From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cfgfile: fix return value comment Date: Mon, 02 May 2016 14:58:51 +0200 Message-ID: <2181118.4FmP1Qd7mt@xps13> References: <1460761123-5752-1-git-send-email-bombermag@gmail.com> <3EB4FA525960D640B5BDFFD6A3D89126479A2A8C@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Dmitriy Yakovlev Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 8E1B156B7 for ; Mon, 2 May 2016 14:58:53 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id e201so105972339wme.0 for ; Mon, 02 May 2016 05:58:53 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126479A2A8C@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Function rte_cfgfile_load can return NULL value, when something goes > > wrong. > > > > Signed-off-by: Dmitriy Yakovlev > Acked-by: Cristian Dumitrescu Applied, thanks