]> Pileus Git - ~andy/linux/commitdiff
pci: fix iov.c kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 10 Jan 2013 01:12:52 +0000 (17:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Jan 2013 22:35:23 +0000 (14:35 -0800)
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>
drivers/pci/iov.c

index bafd2bbcaf6541d1983fababa4563ae174837e15..c18e5bf444faa693d41c6a9103ef7ab8982b07da 100644 (file)
@@ -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.