diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-20 06:27:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-20 06:27:18 -0400 |
commit | 4958134df54c2c84e9c22ea042761d439164d26e (patch) | |
tree | 503177afab11f7d25b12a84ce25b481d305c51ba /scripts/kallsyms.c | |
parent | c4f528795d1add8b63652673f7262729f679c6c1 (diff) | |
parent | c698ca5278934c0ae32297a8725ced2e27585d7f (diff) |
Merge 4.16-rc6 into tty-next
We want the serial/tty fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/kallsyms.c')
-rw-r--r-- | scripts/kallsyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index 9ee9bf7fd1a2..65792650c630 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c | |||
@@ -595,7 +595,7 @@ static void optimize_result(void) | |||
595 | * original char code */ | 595 | * original char code */ |
596 | if (!best_table_len[i]) { | 596 | if (!best_table_len[i]) { |
597 | 597 | ||
598 | /* find the token with the breates profit value */ | 598 | /* find the token with the best profit value */ |
599 | best = find_best_token(); | 599 | best = find_best_token(); |
600 | if (token_profit[best] == 0) | 600 | if (token_profit[best] == 0) |
601 | break; | 601 | break; |