From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755284AbcBGWxm (ORCPT ); Sun, 7 Feb 2016 17:53:42 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59104 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754186AbcBGWxk (ORCPT ); Sun, 7 Feb 2016 17:53:40 -0500 Date: Sun, 7 Feb 2016 14:53:40 -0800 From: Greg Kroah-Hartman To: Chase Metzger Cc: Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Riley Andrews , Alan Stern , Kris Borer , Hans de Goede , Dan Carpenter , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] staging: android: sync.c: Changed the ways nullptrs were being checked Message-ID: <20160207225340.GB2882@kroah.com> References: <1451634437-6614-1-git-send-email-chasemetzger15@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451634437-6614-1-git-send-email-chasemetzger15@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 Thu, Dec 31, 2015 at 11:47:15PM -0800, Chase Metzger wrote: > Removed all checkpatch.pl CHECKs that suggested to check NULL by > !obj instead of obj == NULL. > > Signed-off-by: Chase Metzger > --- > drivers/staging/android/sync.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) I think this is the same as an earlier patch you sent, but I can't tell for sure, as you didn't say why you resent this one :( Please resend it with the needed information. thanks, greg k-h