提交 2094f167 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

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: NRandy Dunlap <rdunlap@infradead.org>
Sorry-by: NDon Dutile <ddutile@redhat.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 bfbbd96c
...@@ -739,7 +739,7 @@ EXPORT_SYMBOL_GPL(pci_num_vf); ...@@ -739,7 +739,7 @@ EXPORT_SYMBOL_GPL(pci_num_vf);
/** /**
* pci_sriov_set_totalvfs -- reduce the TotalVFs available * pci_sriov_set_totalvfs -- reduce the TotalVFs available
* @dev: the PCI PF device * @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 * Should be called from PF driver's probe routine with
* device's mutex held. * device's mutex held.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册