diff options
author | 2022-02-14 12:19:18 +0900 | |
---|---|---|
committer | 2022-02-18 11:36:17 +0900 | |
commit | a7d4f58e99dd3f6067606115ce147c15c17b6e93 (patch) | |
tree | dc0b210afb7fd50abc984506a43e419eb91e41cd /scripts/kallsyms.c | |
parent | kconfig: add fflush() before ferror() check (diff) | |
download | wireguard-linux-a7d4f58e99dd3f6067606115ce147c15c17b6e93.tar.xz wireguard-linux-a7d4f58e99dd3f6067606115ce147c15c17b6e93.zip |
kconfig: fix missing '# end of' for empty menu
Currently, "# end of ..." is inserted when the menu goes back to its
parent.
Hence, an empty menu:
menu "Foo"
endmenu
... ends up with unbalanced menu comments, like this:
#
# Foo
#
Let's close the menu comments properly:
#
# Foo
#
# end of Foo
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kallsyms.c')
0 files changed, 0 insertions, 0 deletions