• Thierry Reding's avatar
    drm: Miscellaneous checkpatch whitespace cleanups · 4dfd909f
    Thierry Reding authored
    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: default avatarThierry Reding <treding@nvidia.com>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    4dfd909f
drm_crtc.c 141 KB