diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-03-08 20:52:43 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-07-27 08:50:50 +0200 |
commit | dd33fbe4af2c7cd05c5f75798ca48a172302f5c6 (patch) | |
tree | 47b4f45cd5d0fbdab138f36d073fda78e0ca6cd7 /scripts | |
parent | 5fab8c91e59cccf7661a643d1f053caa5797badd (diff) | |
download | linux-stable-dd33fbe4af2c7cd05c5f75798ca48a172302f5c6.tar.gz linux-stable-dd33fbe4af2c7cd05c5f75798ca48a172302f5c6.tar.bz2 linux-stable-dd33fbe4af2c7cd05c5f75798ca48a172302f5c6.zip |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kallsyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index 6069e02c02c6..80aab2aa7224 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -6,7 +6,7 @@ * of the GNU General Public License, incorporated herein by reference. * * Usage: kallsyms [--all-symbols] [--absolute-percpu] - * [--base-relative] in.map > out.S + * [--base-relative] [--lto-clang] in.map > out.S * * Table compression uses all the unused char codes on the symbols and * maps these to the most used substrings (tokens). For instance, it might |