From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753676AbcBZIVp (ORCPT ); Fri, 26 Feb 2016 03:21:45 -0500 Received: from mail-oi0-f54.google.com ([209.85.218.54]:34884 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbcBZIVo (ORCPT ); Fri, 26 Feb 2016 03:21:44 -0500 Date: Fri, 26 Feb 2016 00:21:40 -0800 From: Benjamin Young To: Greg Kroah-Hartman Cc: "open list:STAGING SUBSYSTEM" , "Ravindran, Madhusudhanan (M.)" , open list , tolga ceylan Subject: Re: [PATCH] staging: netlogic: Coding Style Fix Comparison to NULL could be written with ! Message-ID: <20160226082140.GA4114@ycd-dell-ltp> References: <1449931562-23133-1-git-send-email-youngcdev@gmail.com> <20160208040901.GA30917@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160208040901.GA30917@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 07, 2016 at 08:09:01PM -0800, Greg Kroah-Hartman wrote: > On Sat, Dec 12, 2015 at 06:45:59AM -0800, Benjamin Young wrote: > > Fixed coding style for null comparisons in netlogic driver to be more consistant > > with the rest of the kernel coding style > > > > Signed-off-by: Benjamin Young > > --- > > drivers/staging/netlogic/xlr_net.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > Doesn't apply to my tree at all :( Sorry about that.