diff options
author | Laurent Gauthier <laurent.gauthier@soccasys.com> | 2019-01-05 00:07:45 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-04-19 19:17:04 +0200 |
commit | 13e792a19d4e3a1c64e94197ba357685fd584ded (patch) | |
tree | 5542070d0d36624bc4ca70e253a45ccf8b700afd | |
parent | aba0954327c831f593702e3a81ef3ad4bec7a838 (diff) | |
download | linux-stable-13e792a19d4e3a1c64e94197ba357685fd584ded.tar.gz linux-stable-13e792a19d4e3a1c64e94197ba357685fd584ded.tar.bz2 linux-stable-13e792a19d4e3a1c64e94197ba357685fd584ded.zip |
tick: Fix typos in comments
Signed-off-by: Laurent Gauthier <laurent.gauthier@soccasys.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | kernel/time/tick-broadcast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/time/tick-broadcast.c b/kernel/time/tick-broadcast.c index 7541cbca695e..e51778c312f1 100644 --- a/kernel/time/tick-broadcast.c +++ b/kernel/time/tick-broadcast.c @@ -809,13 +809,13 @@ int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) * either the CPU handling the broadcast * interrupt or we got woken by something else. * - * We are not longer in the broadcast mask, so + * We are no longer in the broadcast mask, so * if the cpu local expiry time is already * reached, we would reprogram the cpu local * timer with an already expired event. * * This can lead to a ping-pong when we return - * to idle and therefor rearm the broadcast + * to idle and therefore rearm the broadcast * timer before the cpu local timer was able * to fire. This happens because the forced * reprogramming makes sure that the event |