From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 40/40] bnxt: cleanup null pointer checks Date: Thu, 26 May 2016 16:20:43 +0100 Message-ID: <20160526152042.GN7708@bricha3-MOBL3> References: <1463179589-82681-1-git-send-email-stephen.hurd@broadcom.com> <1463179589-82681-40-git-send-email-stephen.hurd@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Stephen Hurd Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9AC1238EB for ; Thu, 26 May 2016 17:20:46 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1463179589-82681-40-git-send-email-stephen.hurd@broadcom.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" On Fri, May 13, 2016 at 03:46:29PM -0700, Stephen Hurd wrote: > Prefer !ptr to ptr == NULL > > Signed-off-by: Stephen Hurd > Reviewed-by: Ajit Kumar Khaparde Nak to this particular patch, as it contradicts DPDK coding guidelines which is to make NULL checks explicit. Ref [1] /Bruce [1] http://dpdk.org/doc/guides/contributing/coding_style.html#c-statement-style-and-conventions