Commits
Janani Ravichandran committed 3f2f28b3925
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>