kconfig: fix -Wmisleading-indentation
Fixes: scripts/kconfig/symbol.c:1119:4: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] fprintf(stderr, "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n"); ^ scripts/kconfig/symbol.c:1116:3: note: previous statement is here if (stack->sym == last_sym) ^ This code has been significantly rewritten upstream, it's not worth backporting IMO. Bug: 155426751 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Cykeek <Cykeek@proton.me> Signed-off-by: improbir <ghosh_probir@yahoo.com>
Loading
Please register or sign in to comment