]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/kallsyms: update the usage in the comment block
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Mar 2023 11:52:43 +0000 (20:52 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jul 2023 06:50:50 +0000 (08:50 +0200)
commitdd33fbe4af2c7cd05c5f75798ca48a172302f5c6
tree47b4f45cd5d0fbdab138f36d073fda78e0ca6cd7
parent5fab8c91e59cccf7661a643d1f053caa5797badd
scripts/kallsyms: update the usage in the comment block

commit 79549da691edd4874c19d99c578a134471817c47 upstream.

Commit 010a0aad39fc ("kallsyms: Correctly sequence symbols when
CONFIG_LTO_CLANG=y") added --lto-clang, and updated the usage()
function, but not the comment. Update it in the same way.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/kallsyms.c