projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a0cb8
)
scripts/kallsyms: update usage message of the kallsyms program
author
Yuntao Wang
<ytcoode@gmail.com>
Sun, 22 May 2022 14:12:40 +0000
(22:12 +0800)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 27 May 2022 06:51:48 +0000
(15:51 +0900)
The kallsyms program supports --absolute-percpu option but does not display
it in the usage message, fix it.
Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kallsyms.c
patch
|
blob
|
history
diff --git
a/scripts/kallsyms.c
b/scripts/kallsyms.c
index e6906f79833dcf9eb10231b9c24fcf4ee39d2f6d..f18e6dfc68c58398c6f1bfa15e43d5f3101a39a7 100644
(file)
--- a/
scripts/kallsyms.c
+++ b/
scripts/kallsyms.c
@@
-70,7
+70,7
@@
static unsigned char best_table_len[256];
static void usage(void)
{
- fprintf(stderr, "Usage: kallsyms [--all-symbols] "
+ fprintf(stderr, "Usage: kallsyms [--all-symbols]
[--absolute-percpu]
"
"[--base-relative] < in.map > out.S\n");
exit(1);
}