Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328652

Re: [PATCH] staging: android: sync.c: Changed the ways nullptrs were being checked

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: android: sync.c: Changed the ways nullptrs were being checked
Date 2016-02-08 00:00 +0100
Message-ID <qZGtd-4zn-25@gated-at.bofh.it> (permalink)
References <qM2Df-7hq-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <chasemetzger15@gmail.com>
> ---
>  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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] staging: android: sync.c: Changed the ways nullptrs were  being checked Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-02-08 00:00 +0100

csiph-web