aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r--kernel/sched/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
index 8039d62ae36e..678bfb9bd87f 100644
--- a/kernel/sched/debug.c
+++ b/kernel/sched/debug.c
@@ -702,7 +702,7 @@ do { \
702 702
703static const char *sched_tunable_scaling_names[] = { 703static const char *sched_tunable_scaling_names[] = {
704 "none", 704 "none",
705 "logaritmic", 705 "logarithmic",
706 "linear" 706 "linear"
707}; 707};
708 708