[PATCH] staging: android: ion: Fixing NULL comparison style

2015-11-19 Thread Anjali Menon
Using checkpatch.pl fixed the check. CHECK: Comparison to NULL could be written "!data" Signed-off-by: Anjali Menon --- drivers/staging/android/ion/compat_ion.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] staging: android: ion: Fixing NULL comparison style

2015-11-19 Thread Greg KH
On Thu, Nov 19, 2015 at 10:29:53PM +0530, Anjali Menon wrote: > Using checkpatch.pl fixed the check. > > CHECK: Comparison to NULL could be written "!data" > > Signed-off-by: Anjali Menon > --- > drivers/staging/android/ion/compat_ion.c | 6 +++--- > 1 file changed,