From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 3/3] bridge: netfilter: checkpatch null comparison fixes Date: Tue, 7 Jun 2016 17:21:38 +0200 Message-ID: <20160607152138.GB23655@salvia> References: <1462843618-21914-1-git-send-email-me@tobin.cc> <1462843618-21914-4-git-send-email-me@tobin.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , "David S. Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org To: tcharding Return-path: Content-Disposition: inline In-Reply-To: <1462843618-21914-4-git-send-email-me@tobin.cc> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Tue, May 10, 2016 at 11:26:58AM +1000, tcharding wrote: > From: Tobin C Harding > > checkpatch produces comparison to null 'checks'. > > This patch amends them. We have quite a lot of these in the netfilter tree, so I'd rather start using prefered coding style from now on rather than getting a large patch to convert this. This just makes harder to pass back patches to -stable branches as the process becomes not so immediate.