bus: remove wrong doxygen for dump function

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>
This commit is contained in:
Rami Rosen 2017-07-09 00:55:16 +03:00 committed by Thomas Monjalon
parent 9bf4901d1a
commit 2cb89ccd0a

View File

@ -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);