aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2013-01-09 17:12:52 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-01-10 14:35:23 -0800
commit2094f167f676f748d205294084828540824f0e3f (patch)
treec4d8698f8215627a9d838db723cdd887c29d4cd2 /drivers/pci/iov.c
parentaudit: fix auditfilter.c kernel-doc warnings (diff)
downloadlinux-dev-2094f167f676f748d205294084828540824f0e3f.tar.xz
linux-dev-2094f167f676f748d205294084828540824f0e3f.zip
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 <rdunlap@infradead.org> Sorry-by: Don Dutile <ddutile@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/pci/iov.c2
1 files changed, 1 insertions, 1 deletions
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.