]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06f90caf8b3f6254ac02176bac79e645bf9fbd3d
treebbf6e650e80309a9b5e8910c5bae8b36a16bc761
parent4187927058fda15ac1b872f9eb707769c43a0cda
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