All of lore.kernel.org
 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

* Re: [PATCH] PCI: fix a typo in the comment for pci.c/pci_swizzle_interrupt_pin
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-05-28 17:05 UTC (permalink / raw)
  To: Wang Sheng-Hui; +Cc: Martin Mares, linux-pci

On Mon, May 27, 2013 at 9:17 PM, Wang Sheng-Hui <shhuiw@gmail.com> wrote:
> The INTx pin should be INIT[ABCD]. Fix the type "3=INTC".
>
> Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>

Applied to my pci/misc branch for v3.11, thanks!

> ---
>  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	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.