From: Randy Dunlap Date: Mon, 3 Sep 2018 02:32:50 +0000 (-0700) Subject: PCI: Fix pci.c kernel-doc parameter warning X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~6086^2~12^2~10 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7eb3702504c64425961ee9dd7080396a9477b7e1;p=linux.git PCI: Fix pci.c kernel-doc parameter warning 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 Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index dc3313d26c79..455783d3acdf 100644 --- a/drivers/pci/pci.c +++ b/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