linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pci: fix drivers/pci/pci.c kernel-doc warnings
@ 2012-08-19  0:37 Randy Dunlap
  2012-08-22 17:50 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-08-19  0:37 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci

From: Randy Dunlap <rdunlap@xenotime.net>

Fix kernel-doc warnings in drivers/pci/pci.c:

Warning(drivers/pci/pci.c:1550): No description found for parameter 'pci_dev'
Warning(drivers/pci/pci.c:1550): Excess function parameter 'dev' description in 'pci_wakeup'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc:	Bjorn Helgaas <bhelgaas@google.com>
Cc:	linux-pci@vger.kernel.org
---
 drivers/pci/pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-36-rc2.orig/drivers/pci/pci.c
+++ lnx-36-rc2/drivers/pci/pci.c
@@ -1543,7 +1543,7 @@ void pci_pme_wakeup_bus(struct pci_bus *
 
 /**
  * pci_wakeup - Wake up a PCI device
- * @dev: Device to handle.
+ * @pci_dev: Device to handle.
  * @ign: ignored parameter
  */
 static int pci_wakeup(struct pci_dev *pci_dev, void *ign)

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

* Re: [PATCH] pci: fix drivers/pci/pci.c kernel-doc warnings
  2012-08-19  0:37 [PATCH] pci: fix drivers/pci/pci.c kernel-doc warnings Randy Dunlap
@ 2012-08-22 17:50 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2012-08-22 17:50 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-pci

On Sat, Aug 18, 2012 at 5:37 PM, Randy Dunlap <rdunlap@xenotime.net> wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix kernel-doc warnings in drivers/pci/pci.c:
>
> Warning(drivers/pci/pci.c:1550): No description found for parameter 'pci_dev'
> Warning(drivers/pci/pci.c:1550): Excess function parameter 'dev' description in 'pci_wakeup'

Applied, thanks!

> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> Cc:     Bjorn Helgaas <bhelgaas@google.com>
> Cc:     linux-pci@vger.kernel.org
> ---
>  drivers/pci/pci.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- lnx-36-rc2.orig/drivers/pci/pci.c
> +++ lnx-36-rc2/drivers/pci/pci.c
> @@ -1543,7 +1543,7 @@ void pci_pme_wakeup_bus(struct pci_bus *
>
>  /**
>   * pci_wakeup - Wake up a PCI device
> - * @dev: Device to handle.
> + * @pci_dev: Device to handle.
>   * @ign: ignored parameter
>   */
>  static int pci_wakeup(struct pci_dev *pci_dev, void *ign)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-08-22 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19  0:37 [PATCH] pci: fix drivers/pci/pci.c kernel-doc warnings Randy Dunlap
2012-08-22 17:50 ` 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).