From: Masahiro Yamada Date: Wed, 23 Oct 2024 18:18:00 +0000 (+0900) Subject: kconfig: qconf: remove non-functional href="m..." tag X-Git-Tag: v6.13-rc1~16^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=929ce506d60ede917f241fb40e0bed6ab3e52999;p=thirdparty%2Fkernel%2Fstable.git kconfig: qconf: remove non-functional href="m..." tag The only functional tag is href="s". Commit c4f7398bee9c ("kconfig: qconf: make debug links work again") changed prop->name to sym->name for this reference, but it missed to change the tag "m" to "s". This tag is not functional at all. Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index acbc4331ebc5f..a208ef33128ff 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc @@ -1065,9 +1065,9 @@ QString ConfigInfoView::debug_info(struct symbol *sym) switch (prop->type) { case P_PROMPT: case P_MENU: - stream << "prompt: name << "\">"; + stream << "prompt: "; stream << print_filter(prop->text); - stream << "
"; + stream << "
"; break; case P_DEFAULT: case P_SELECT: