projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfbbd96
)
pci: fix iov.c kernel-doc warnings
author
Randy Dunlap
<
[email protected]
>
Thu, 10 Jan 2013 01:12:52 +0000
(17:12 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 10 Jan 2013 22:35:23 +0000
(14:35 -0800)
Fix kernel-doc warning in iov.c:
Warning(drivers/pci/iov.c:752): No description found for parameter 'numvfs'
Signed-off-by: Randy Dunlap <
[email protected]
>
Sorry-by: Don Dutile <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/pci/iov.c
patch
|
blob
|
history
diff --git
a/drivers/pci/iov.c
b/drivers/pci/iov.c
index bafd2bbcaf6541d1983fababa4563ae174837e15..c18e5bf444faa693d41c6a9103ef7ab8982b07da 100644
(file)
--- a/
drivers/pci/iov.c
+++ b/
drivers/pci/iov.c
@@
-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.