From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] pmd_ring: fix coverity issue Date: Tue, 1 Nov 2016 14:17:50 +0000 Message-ID: <0c7bc9f5-decd-5fc1-6601-a457fee319dc@intel.com> References: <1477972113-2600-1-git-send-email-mauricio.vasquez@polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Mauricio Vasquez B , bruce.richardson@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CFC6F326F for ; Tue, 1 Nov 2016 15:17:53 +0100 (CET) In-Reply-To: <1477972113-2600-1-git-send-email-mauricio.vasquez@polito.it> 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" Hi Mauricio, On 11/1/2016 3:48 AM, Mauricio Vasquez B wrote: > internals->data will never be NULL, so the check is not necessary. > > Fixes: d082c0395bf6 ("ring: fix memory leak when detaching") > Coverity issue: 137873 > > Signed-off-by: Mauricio Vasquez B > --- Thank you for the patch. But "fix coverity issue" is not very descriptive title on its own. Can you please describe what is really done in the patch, perhaps something like: "net/ring: remove unnecessary NULL check" ? Thanks, ferruh