diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2018-05-30 18:49:40 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-05-31 06:27:13 -0400 |
commit | 595058b6675e4d2a70dcd867c84d922975f9d22b (patch) | |
tree | 57d925b18cbcf4af192bdab4eac11c2383f35a5d /kernel/sched | |
parent | ecda2b66e263dfd6c1d6113add19150f4e235bb3 (diff) |
sched/headers: Fix typo
I cannot spell 'throttling'.
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20180530224940.17839-1-dave@stgolabs.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched')
-rw-r--r-- | kernel/sched/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 1f0a4bc6a39d..cb467c221b15 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -983,7 +983,7 @@ static inline void rq_clock_skip_update(struct rq *rq) | |||
983 | } | 983 | } |
984 | 984 | ||
985 | /* | 985 | /* |
986 | * See rt task throttoling, which is the only time a skip | 986 | * See rt task throttling, which is the only time a skip |
987 | * request is cancelled. | 987 | * request is cancelled. |
988 | */ | 988 | */ |
989 | static inline void rq_clock_cancel_skipupdate(struct rq *rq) | 989 | static inline void rq_clock_cancel_skipupdate(struct rq *rq) |