diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-06-10 19:05:09 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-06-10 19:05:09 -0500 |
commit | 386ed2ab85cf1c618e5797a66154a41908ed6aeb (patch) | |
tree | cf8097a3d268f8da5b9b91641420ca5665fd8306 /arch/x86/pci | |
parent | af8c34ce6ae32addda3788d54a7e340cad22516b (diff) | |
download | linux-386ed2ab85cf1c618e5797a66154a41908ed6aeb.tar.gz linux-386ed2ab85cf1c618e5797a66154a41908ed6aeb.tar.bz2 linux-386ed2ab85cf1c618e5797a66154a41908ed6aeb.zip |
PCI: Fix comment typo
Fix typo.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 8196054fedb0..7b6a9d14c8c0 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -133,7 +133,7 @@ static void pcibios_fixup_device_resources(struct pci_dev *dev) if (pci_probe & PCI_NOASSIGN_BARS) { /* * If the BIOS did not assign the BAR, zero out the - * resource so the kernel doesn't attmept to assign + * resource so the kernel doesn't attempt to assign * it later on in pci_assign_unassigned_resources */ for (bar = 0; bar <= PCI_STD_RESOURCE_END; bar++) { |