Skip to content

Commit 5fab8c9

Browse files
yumauedagregkh
authored andcommitted
scripts/kallsyms.c Make the comment up-to-date with current implementation
commit adc4022 upstream. The comment in scripts/kallsyms.c describing the usage of scripts/kallsyms does not reflect the latest implementation. Fix the comment to be equivalent to what the usage() function prints. Signed-off-by: Yuma Ueda <[email protected]> Reviewed-by: Miguel Ojeda <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 320f980 commit 5fab8c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/kallsyms.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
* This software may be used and distributed according to the terms
66
* of the GNU General Public License, incorporated herein by reference.
77
*
8-
* Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S
8+
* Usage: kallsyms [--all-symbols] [--absolute-percpu]
9+
* [--base-relative] in.map > out.S
910
*
1011
* Table compression uses all the unused char codes on the symbols and
1112
* maps these to the most used substrings (tokens). For instance, it might

0 commit comments

Comments
 (0)