Skip to content

Commit 2094f16

Browse files
rddunlaptorvalds
authored andcommitted
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>
1 parent bfbbd96 commit 2094f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/iov.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ EXPORT_SYMBOL_GPL(pci_num_vf);
739739
/**
740740
* pci_sriov_set_totalvfs -- reduce the TotalVFs available
741741
* @dev: the PCI PF device
742-
* numvfs: number that should be used for TotalVFs supported
742+
* @numvfs: number that should be used for TotalVFs supported
743743
*
744744
* Should be called from PF driver's probe routine with
745745
* device's mutex held.

0 commit comments

Comments
 (0)