From: Randy Dunlap Date: Thu, 10 Jan 2013 01:12:52 +0000 (-0800) Subject: pci: fix iov.c kernel-doc warnings X-Git-Tag: firefly_0821_release~3680^2~1280 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2094f167f676f748d205294084828540824f0e3f;p=firefly-linux-kernel-4.4.55.git pci: fix iov.c kernel-doc warnings Fix kernel-doc warning in iov.c: Warning(drivers/pci/iov.c:752): No description found for parameter 'numvfs' Signed-off-by: Randy Dunlap Sorry-by: Don Dutile Signed-off-by: Linus Torvalds --- diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index bafd2bbcaf65..c18e5bf444fa 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c @@ -739,7 +739,7 @@ EXPORT_SYMBOL_GPL(pci_num_vf); /** * pci_sriov_set_totalvfs -- reduce the TotalVFs available * @dev: the PCI PF device - * numvfs: number that should be used for TotalVFs supported + * @numvfs: number that should be used for TotalVFs supported * * Should be called from PF driver's probe routine with * device's mutex held.