projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52aede4
)
kconfig: Sync zconf.y with zconf.tab.c_shipped
author
Ulf Magnusson
<ulfalizer@gmail.com>
Thu, 5 Oct 2017 03:06:48 +0000
(
05:06
+0200)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 12 Dec 2017 14:56:45 +0000
(23:56 +0900)
Looks like a change to a comment in zconf.y was never committed, because
the updated version only appears it zconf.tab.c_shipped. Update the
comment in zconf.y to match.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/zconf.y
patch
|
blob
|
history
diff --git
a/scripts/kconfig/zconf.y
b/scripts/kconfig/zconf.y
index c8f396c3b190ed1cc28acc2947eeb9255d6bff74..4b2cf4167415d8e7e99acddc2365e23b6f637e33 100644
(file)
--- a/
scripts/kconfig/zconf.y
+++ b/
scripts/kconfig/zconf.y
@@
-101,7
+101,7
@@
static struct menu *current_menu, *current_entry;
} if_entry menu_entry choice_entry
%{
-/* Include
z
conf_id.c here so it can see the token constants. */
+/* Include
k
conf_id.c here so it can see the token constants. */
#include "kconf_id.c"
%}