diff options
| author | Nathan Chancellor <[email protected]> | 2019-12-17 19:53:37 -0700 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2020-01-15 17:31:46 +0100 |
| commit | 2be24502158b30fe0d7d79e8090184776e1501c6 (patch) | |
| tree | a1dff0e25facf54ad994e56852b16f3d3f0737a3 /tools/perf/scripts/python/bin | |
| parent | 28388b3325e3fe21faed85280d12bb68c2ff63fc (diff) | |
fbcon: Adjust indentation in set_con2fb_map
Clang warns:
../drivers/video/fbdev/core/fbcon.c:915:3: warning: misleading
indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
return err;
^
../drivers/video/fbdev/core/fbcon.c:912:2: note: previous statement is
here
if (!search_fb_in_map(info_idx))
^
1 warning generated.
This warning occurs because there is a space before the tab on this
line. This happens on several lines in this function; normalize them
so that the indentation is consistent with the Linux kernel coding
style and clang no longer warns.
This warning was introduced before the beginning of git history so no
fixes tab.
Link: https://github.com/ClangBuiltLinux/linux/issues/824
Signed-off-by: Nathan Chancellor <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions