Skip to content

Commit

Permalink
PCI: Fix comment typo
Browse files Browse the repository at this point in the history
Fix typo.

Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
Gelma authored and bjorn-helgaas committed Jun 11, 2016
1 parent af8c34c commit 386ed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/pci/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 386ed2a

Please sign in to comment.