diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2019-12-09 23:32:30 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-01-03 03:13:46 +0300 |
commit | 251e3cb1418ff3f5061ee31335e346e852b16573 (patch) | |
tree | 64693ddf434d7ab950daee56534cb308898fc0ca /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5e7d4a8407d37a0bbd8e49be988340dc33459c2e (diff) | |
download | linux-251e3cb1418ff3f5061ee31335e346e852b16573.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions