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.ro...@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