From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754999AbcBHEJE (ORCPT ); Sun, 7 Feb 2016 23:09:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58673 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753260AbcBHEJC (ORCPT ); Sun, 7 Feb 2016 23:09:02 -0500 Date: Sun, 7 Feb 2016 20:09:01 -0800 From: Greg Kroah-Hartman To: Benjamin Young 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: <20160208040901.GA30917@kroah.com> References: <1449931562-23133-1-git-send-email-youngcdev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449931562-23133-1-git-send-email-youngcdev@gmail.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 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 :(