linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: fix a typo in the comment for pci.c/pci_swizzle_interrupt_pin
@ 2013-05-28  3:17 Wang Sheng-Hui
  2013-05-28 17:05 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Sheng-Hui @ 2013-05-28  3:17 UTC (permalink / raw)
  To: Martin Mares, Bjorn Helgaas, linux-pci

The INTx pin should be INIT[ABCD]. Fix the type "3=INTC".

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
 drivers/pci/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index a899d8b..e5f4e55 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -2421,7 +2421,7 @@ bool pci_acs_path_enabled(struct pci_dev *start,
 /**
  * pci_swizzle_interrupt_pin - swizzle INTx for device behind bridge
  * @dev: the PCI device
- * @pin: the INTx pin (1=INTA, 2=INTB, 3=INTD, 4=INTD)
+ * @pin: the INTx pin (1=INTA, 2=INTB, 3=INTC, 4=INTD)
  *
  * Perform INTx swizzling for a device behind one level of bridge.  This is
  * required by section 9.1 of the PCI-to-PCI bridge specification for devices
-- 
1.7.12.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-28 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28  3:17 [PATCH] PCI: fix a typo in the comment for pci.c/pci_swizzle_interrupt_pin Wang Sheng-Hui
2013-05-28 17:05 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).