Skip to content

Commit dd33fbe

Browse files
masahir0ygregkh
authored andcommitted
scripts/kallsyms: update the usage in the comment block
commit 79549da upstream. Commit 010a0aa ("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 <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5fab8c9 commit dd33fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kallsyms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* of the GNU General Public License, incorporated herein by reference.
77
*
88
* Usage: kallsyms [--all-symbols] [--absolute-percpu]
9-
* [--base-relative] in.map > out.S
9+
* [--base-relative] [--lto-clang] in.map > out.S
1010
*
1111
* Table compression uses all the unused char codes on the symbols and
1212
* maps these to the most used substrings (tokens). For instance, it might

0 commit comments

Comments
 (0)