From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH ] bus: remove comments about rte_bus_dump() return value. Date: Sun, 9 Jul 2017 00:55:16 +0300 Message-ID: <1499550916-12623-1-git-send-email-rami.rosen@intel.com> Cc: Rami Rosen To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 30472271 for ; Sat, 8 Jul 2017 23:55:16 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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