staging: goldfish: Change form of NULL comparisons
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Tue, 9 Feb 2016 22:51:03 +0000 (17:51 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:48:01 +0000 (17:48 -0800)
commit3f2f28b392505a3dfbff76013416944f35abea32
treea1af767610d0c73472f0ce88add7d412e5f597cd
parent5a267953baca23c49f78a2e365aa0f44f762b0c1
staging: goldfish: Change form of NULL comparisons

Change null comparisons of the form x == NULL to !x. This was suggested
by checkpatch.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/goldfish/goldfish_audio.c
This page took 0.02741 seconds and 5 git commands to generate.