diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2013-05-27 23:17:41 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-05-28 13:04:10 -0400 |
commit | bb5c2de268f0d01fb3bb7683037d9b2bebcba3d5 (patch) | |
tree | f253a6f42505bb6cc14706f0ef6b7577cf9b1f99 | |
parent | 54a582382d997ec142a4700f9171cc28e3a9b8f6 (diff) |
PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()
The INTx pin should be INIT[ABCD]. Fix the typo "3=INTC".
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index a899d8bb190d..e5f4e55d407d 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -2421,7 +2421,7 @@ bool pci_acs_path_enabled(struct pci_dev *start, | |||
2421 | /** | 2421 | /** |
2422 | * pci_swizzle_interrupt_pin - swizzle INTx for device behind bridge | 2422 | * pci_swizzle_interrupt_pin - swizzle INTx for device behind bridge |
2423 | * @dev: the PCI device | 2423 | * @dev: the PCI device |
2424 | * @pin: the INTx pin (1=INTA, 2=INTB, 3=INTD, 4=INTD) | 2424 | * @pin: the INTx pin (1=INTA, 2=INTB, 3=INTC, 4=INTD) |
2425 | * | 2425 | * |
2426 | * Perform INTx swizzling for a device behind one level of bridge. This is | 2426 | * Perform INTx swizzling for a device behind one level of bridge. This is |
2427 | * required by section 9.1 of the PCI-to-PCI bridge specification for devices | 2427 | * required by section 9.1 of the PCI-to-PCI bridge specification for devices |