projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da4fab
)
kbuild/kallsyms: trivial typo fix
author
Cao jin
<caoj.fnst@cn.fujitsu.com>
Tue, 27 Feb 2018 08:16:19 +0000
(16:16 +0800)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 2 Mar 2018 00:20:56 +0000
(09:20 +0900)
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kallsyms.c
patch
|
blob
|
history
diff --git
a/scripts/kallsyms.c
b/scripts/kallsyms.c
index 9ee9bf7fd1a2113bfb869cf53b6d26d2f0852455..65792650c63057f0ed7edf7223dad30c06ac2391 100644
(file)
--- a/
scripts/kallsyms.c
+++ b/
scripts/kallsyms.c
@@
-595,7
+595,7
@@
static void optimize_result(void)
* original char code */
if (!best_table_len[i]) {
- /* find the token with the b
reates
profit value */
+ /* find the token with the b
est
profit value */
best = find_best_token();
if (token_profit[best] == 0)
break;