projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296ccb0
)
PCI-IOV: fix missing kernel-doc
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 2 Apr 2009 00:45:30 +0000
(17:45 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 6 Apr 2009 18:25:33 +0000
(11:25 -0700)
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>
drivers/pci/iov.c
patch
|
blob
|
history
diff --git
a/drivers/pci/iov.c
b/drivers/pci/iov.c
index 7227efc760dbae2841225ff5e7a10438e56898e0..b497daab3d4a26ebf5b818bacdcf798fa9d4f9ef 100644
(file)
--- 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.
*/