Nathan Chancellor 251e3cb141 drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
Clang warns:

../drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c:124:3: warning:
misleading indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
         mdp4_crtc_set_config(encoder->crtc,
         ^
../drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c:121:2: note:
previous statement is here
        if (mdp4_dsi_encoder->enabled)
        ^

This warning occurs because there is a space after the tab on this line.
Remove it so that the indentation is consistent with the Linux kernel
coding style and clang no longer warns.

Fixes: 776638e73a19 ("drm/msm/dsi: Add a mdp4 encoder for DSI")
Link: https://github.com/ClangBuiltLinux/linux/issues/792
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
2020-01-02 16:13:46 -08:00
..
2019-09-03 16:17:02 -07:00
2019-09-03 16:17:02 -07:00
2019-09-03 16:17:02 -07:00
2019-11-13 15:34:15 -05:00
2019-09-03 16:17:01 -07:00
2019-09-03 16:16:57 -07:00
2019-09-03 16:16:57 -07:00
2019-09-03 16:17:02 -07:00
2019-10-07 09:29:10 -07:00
2019-09-03 16:17:01 -07:00
2019-09-03 16:16:57 -07:00
2019-11-02 09:43:24 -07:00
2019-09-03 16:16:57 -07:00
2014-01-09 14:44:06 -05:00