* [PATCH] pci: fix pci.c kernel-doc parameter warning
@ 2018-09-03 2:32 Randy Dunlap
2018-09-06 19:08 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2018-09-03 2:32 UTC (permalink / raw)
To: LKML, linux-pci, Bjorn Helgaas
From: Randy Dunlap <rdunlap@infradead.org>
Fix kernel-doc warning:
../drivers/pci/pci.c:218: warning: Excess function parameter 'p' description in 'pci_dev_str_match_path'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
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-419-rc2.orig/drivers/pci/pci.c
+++ lnx-419-rc2/drivers/pci/pci.c
@@ -196,7 +196,7 @@ EXPORT_SYMBOL_GPL(pci_ioremap_wc_bar);
/**
* pci_dev_str_match_path - test if a path string matches a device
* @dev: the PCI device to test
- * @p: string to match the device against
+ * @path: string to match the device against
* @endptr: pointer to the string after the match
*
* Test if a string (typically from a kernel parameter) formatted as a
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pci: fix pci.c kernel-doc parameter warning
2018-09-03 2:32 [PATCH] pci: fix pci.c kernel-doc parameter warning Randy Dunlap
@ 2018-09-06 19:08 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2018-09-06 19:08 UTC (permalink / raw)
To: Randy Dunlap; +Cc: LKML, linux-pci, Bjorn Helgaas
On Sun, Sep 02, 2018 at 07:32:50PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix kernel-doc warning:
>
> ../drivers/pci/pci.c:218: warning: Excess function parameter 'p' description in 'pci_dev_str_match_path'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: linux-pci@vger.kernel.org
Applied to pci/misc for v4.20, thanks!
> ---
> drivers/pci/pci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- lnx-419-rc2.orig/drivers/pci/pci.c
> +++ lnx-419-rc2/drivers/pci/pci.c
> @@ -196,7 +196,7 @@ EXPORT_SYMBOL_GPL(pci_ioremap_wc_bar);
> /**
> * pci_dev_str_match_path - test if a path string matches a device
> * @dev: the PCI device to test
> - * @p: string to match the device against
> + * @path: string to match the device against
> * @endptr: pointer to the string after the match
> *
> * Test if a string (typically from a kernel parameter) formatted as a
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-06 23:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-03 2:32 [PATCH] pci: fix pci.c kernel-doc parameter warning Randy Dunlap
2018-09-06 19:08 ` 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).