git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf4901
)
bus: remove wrong doxygen for dump function
author
Rami Rosen
<rami.rosen@intel.com>
Sat, 8 Jul 2017 21:55:16 +0000
(
00:55
+0300)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 9 Jul 2017 22:46:38 +0000
(
00:46
+0200)
This trivial patch removes wrong comments about
the return value of the rte_bus_dump(), as
this method does not return any value
(it's return type is void)
Fixes:
a97725791eec
("bus: introduce bus abstraction")
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
lib/librte_eal/common/include/rte_bus.h
patch
|
blob
|
history
diff --git
a/lib/librte_eal/common/include/rte_bus.h
b/lib/librte_eal/common/include/rte_bus.h
index
37cc230
..
37858c8
100644
(file)
--- a/
lib/librte_eal/common/include/rte_bus.h
+++ b/
lib/librte_eal/common/include/rte_bus.h
@@
-230,10
+230,6
@@
int rte_bus_probe(void);
*
* @param f
* A valid and open output stream handle
- *
- * @return
- * 0 in case of success
- * !0 in case there is error in opening the output stream
*/
void rte_bus_dump(FILE *f);