aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-23 02:00:12 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-26 02:04:06 +0900
commit32a94b8b0c3e5ae575919850c5e49e936b704d45 (patch)
treed3442edd51ead1e0345146b9e015358a199ced04 /certs
parentkconfig: do not include both curses.h and ncurses.h for nconfig (diff)
downloadlinux-dev-32a94b8b0c3e5ae575919850c5e49e936b704d45.tar.xz
linux-dev-32a94b8b0c3e5ae575919850c5e49e936b704d45.zip
kconfig: remove duplicated file name and lineno of recursive inclusion
As in the unit test, the error message for the recursive inclusion looks like this: Kconfig.inc1:4: recursive inclusion detected. Inclusion path: current file : 'Kconfig.inc1' included from: 'Kconfig.inc3:1' included from: 'Kconfig.inc2:3' included from: 'Kconfig.inc1:4' The 'Kconfig.inc1:4' is duplicated in the first and last lines. Also, the single quotes do not help readability. Change the message like follows: Recursive inclusion detected. Inclusion path: current file : Kconfig.inc1 included from: Kconfig.inc3:1 included from: Kconfig.inc2:3 included from: Kconfig.inc1:4 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions