From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH ] bus: remove comments about rte_bus_dump() return value. Date: Sun, 09 Jul 2017 22:09:24 +0200 Message-ID: <2369431.eI4qFnGXc9@xps> References: <1499550916-12623-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Rami Rosen Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 82CFF235 for ; Sun, 9 Jul 2017 22:09:26 +0200 (CEST) In-Reply-To: <1499550916-12623-1-git-send-email-rami.rosen@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/07/2017 23:55, Rami Rosen: > 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 Applied, thanks