Skip to content
Commit a914032b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: qconf: refactor ConfigInfoView::clicked()



Most of the code in ConfigInfoView::clicked() is unnecessary.
There is no need to use the regular expression to search for a symbol.
Calling sym_find() is simpler and faster.

The hyperlink always begins with the "s" tag, and there is no other
tag used. Remove it.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent bce590f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment