projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
kconfig: annotate non-trivial fall-trough
[linux-2.6.git]
/
scripts
/
kconfig
/
gconf.c
diff --git
a/scripts/kconfig/gconf.c
b/scripts/kconfig/gconf.c
index
a11d5f7
..
c406bde
100644
(file)
--- a/
scripts/kconfig/gconf.c
+++ b/
scripts/kconfig/gconf.c
@@
-1172,6
+1172,7
@@
static gchar **fill_row(struct menu *menu)
row[COL_BTNVIS] = GINT_TO_POINTER(TRUE);
if (sym_is_choice(sym))
break;
+ /* fall through */
case S_TRISTATE:
val = sym_get_tristate_value(sym);
switch (val) {