[dpdk-dev] [PATCH ] bus: remove comments about rte_bus_dump() return value.

Rami Rosen rami.rosen at intel.com
Sat Jul 8 23:55:16 CEST 2017


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)

Signed-off-by: Rami Rosen <rami.rosen at intel.com>
---
 lib/librte_eal/common/include/rte_bus.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/librte_eal/common/include/rte_bus.h b/lib/librte_eal/common/include/rte_bus.h
index aebf57efdd46..c223bc21962c 100644
--- a/lib/librte_eal/common/include/rte_bus.h
+++ b/lib/librte_eal/common/include/rte_bus.h
@@ -214,9 +214,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);
 
-- 
2.7.4



More information about the dev mailing list