Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2094f167 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Sorry-by: default avatarDon Dutile <ddutile@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bfbbd96c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.