diff options
-rw-r--r-- | scripts/kconfig/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index c86c27f2c761..f14aeac67d4f 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c | |||
@@ -203,7 +203,7 @@ void sym_check_prop(struct symbol *sym) | |||
203 | else if (sym2->type == S_UNKNOWN) | 203 | else if (sym2->type == S_UNKNOWN) |
204 | prop_warn(prop, | 204 | prop_warn(prop, |
205 | "'select' used by config symbol '%s' " | 205 | "'select' used by config symbol '%s' " |
206 | "refer to undefined symbol '%s'", | 206 | "refers to undefined symbol '%s'", |
207 | sym->name, sym2->name); | 207 | sym->name, sym2->name); |
208 | else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE) | 208 | else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE) |
209 | prop_warn(prop, | 209 | prop_warn(prop, |