kconfig: qconf: remove non-functional href="m..." tag
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Oct 2024 18:18:00 +0000 (03:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commit929ce506d60ede917f241fb40e0bed6ab3e52999
tree4b63b5b547976342505f7fddab0242790b8627f6
parent8e8ce9531e09376d987ff0e09491bea82a0f6411
kconfig: qconf: remove non-functional href="m..." tag

The only functional tag is href="s<symbol_name>".

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 <masahiroy@kernel.org>
scripts/kconfig/qconf.cc