Loading scripts/kallsyms.c +1 −1 Original line number Diff line number Diff line Loading @@ -595,7 +595,7 @@ static void optimize_result(void) * original char code */ if (!best_table_len[i]) { /* find the token with the breates profit value */ /* find the token with the best profit value */ best = find_best_token(); if (token_profit[best] == 0) break; Loading Loading
scripts/kallsyms.c +1 −1 Original line number Diff line number Diff line Loading @@ -595,7 +595,7 @@ static void optimize_result(void) * original char code */ if (!best_table_len[i]) { /* find the token with the breates profit value */ /* find the token with the best profit value */ best = find_best_token(); if (token_profit[best] == 0) break; Loading