From: Randy Dunlap Date: Thu, 2 Apr 2009 00:45:30 +0000 (-0700) Subject: PCI-IOV: fix missing kernel-doc X-Git-Tag: 2.1b_release~13074^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52a8873ba4e82d6e87f8478b3e7f9c12d8b37c38;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git 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 Signed-off-by: Jesse Barnes --- diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 7227efc7..b497daa 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c @@ -631,6 +631,7 @@ int pci_iov_bus_range(struct pci_bus *bus) /** * pci_enable_sriov - enable the SR-IOV capability * @dev: the PCI device + * @nr_virtfn: number of virtual functions to enable * * Returns 0 on success, or negative on failure. */