bus: remove wrong doxygen for dump function
authorRami Rosen <rami.rosen@intel.com>
Sat, 8 Jul 2017 21:55:16 +0000 (00:55 +0300)
committerThomas 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

index 37cc230..37858c8 100644 (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);