Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI-IOV: fix missing kernel-doc

Fix PCI iov kernel-doc warning:

Warning(drivers/pci/iov.c:638): No description found for parameter 'nr_virtfn'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

authored by

Randy Dunlap and committed by
Jesse Barnes
52a8873b 296ccb08

+1
+1
drivers/pci/iov.c
··· 631 631 /** 632 632 * pci_enable_sriov - enable the SR-IOV capability 633 633 * @dev: the PCI device 634 + * @nr_virtfn: number of virtual functions to enable 634 635 * 635 636 * Returns 0 on success, or negative on failure. 636 637 */