Skip to content

Commit

Permalink
sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20181128152350.13622-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Colin Ian King authored and Ingo Molnar committed Apr 19, 2019
1 parent cb0c041 commit ad2e379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ do { \

static const char *sched_tunable_scaling_names[] = {
"none",
"logaritmic",
"logarithmic",
"linear"
};

Expand Down

0 comments on commit ad2e379

Please sign in to comment.