[PATCH] checkpatch fixes

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 07:45:25AM +1000, Tobin C Harding wrote: > Fix a couple of checkpatch errors and a bunch of warnings. > > Signed-off-by: Tobin C Harding Patch needs a drm/gma500: prefix in the summary. Also please list in the commit message itself what kinds of warnings exactly you've fi

[PATCH] checkpatch fixes

2016-05-17 Thread Tobin C Harding
Fix a couple of checkpatch errors and a bunch of warnings. Signed-off-by: Tobin C Harding --- Two occurences of (foo != NULL) changed to (!foo) even though not picked up by checkpatch.pl drivers/gpu/drm/gma500/cdv_intel_lvds.c | 39 +++-- 1 file changed, 18 inserti