diff --git a/[refs] b/[refs] index 19292ad08bf0..563e5cb2780e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4920e05c79417f9a8d236a044502e10729af91b3 +refs/heads/master: 3f198dfee49d2e9c30583c62b0c79286c78c7b44 diff --git a/trunk/scripts/kconfig/menu.c b/trunk/scripts/kconfig/menu.c index d66008639a43..beeb92e75f8f 100644 --- a/trunk/scripts/kconfig/menu.c +++ b/trunk/scripts/kconfig/menu.c @@ -597,11 +597,10 @@ void menu_get_ext_help(struct menu *menu, struct gstr *help) struct symbol *sym = menu->sym; if (menu_has_help(menu)) { - if (sym->name) { + if (sym->name) str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); - str_append(help, _(menu_get_help(menu))); - str_append(help, "\n"); - } + str_append(help, _(menu_get_help(menu))); + str_append(help, "\n"); } else { str_append(help, nohelp_text); }