drm: Miscellaneous checkpatch whitespace cleanups
authorThierry Reding <treding@nvidia.com>
Wed, 10 Dec 2014 12:03:34 +0000 (13:03 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Dec 2014 13:12:30 +0000 (14:12 +0100)
commit4dfd909f92d623d79a23985526314bb31bdd110a
treebbf6e650e80309a9b5e8910c5bae8b36a16bc761
parentc422f31d5654a4787a226bb684bd601d4db9558d
drm: Miscellaneous checkpatch whitespace cleanups

A couple of whitespace changes required to silent various errors and
warnings flagged by checkpatch.

checkpatch requires that the opening brace be on the same line as a
variable declaration. Furthermore an empty line is required after a
block of variable declarations. Trailing whitespace as well as using
spaces before tabs is considered an error or warning, respectively.
Finally, the closing parenthesis of an if condition and the opening
brace of the conditional block should be separated by a space.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_irq.c