Hello! Would the stable maintainers please consider backporting the following commit to the 4.9 and 4.14 stable branches? commit e3b03bf29d6b99fab7001fb20c33fe54928c157a Author: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Date: Sat Dec 16 00:28:42 2017 +0900 kconfig: display recursive dependency resolution hint just once The following failures are found with Clang's `-Wmisleading-indentation`: -----8<----------8<----------8<----- In file included from scripts/kconfig/zconf.tab.c:2470: /builds/linux/scripts/kconfig/symbol.c:1153: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"); ^ /builds/linux/scripts/kconfig/symbol.c:1150:3: note: previous statement is here if (stack->sym == last_sym) ^ 1 warning generated. ----->8---------->8---------->8----- Thanks and greetings! Daniel Díaz daniel.diaz@xxxxxxxxxx