From: Masahiro Yamada Date: Wed, 8 Mar 2023 11:52:43 +0000 (+0900) Subject: scripts/kallsyms: update the usage in the comment block X-Git-Tag: v6.6.17~4956^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79549da691edd4874c19d99c578a134471817c47;p=platform%2Fkernel%2Flinux-rpi.git scripts/kallsyms: update the usage in the comment block 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 Reviewed-by: Nick Desaulniers --- diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index 9379008..0d2db41 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