Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90cba64a authored by Randy Dunlap's avatar Randy Dunlap Committed by Ingo Molnar
Browse files

timer.c: Fix S/390 comments



Fix typos and add omitted words.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: akpm <akpm@linux-foundation.org>
Cc: linux390@de.ibm.com
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
LKML-Reference: <20090825143541.43fc2ed8.randy.dunlap@oracle.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 36d47481
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1023,8 +1023,8 @@ static inline void __run_timers(struct tvec_base *base)
#ifdef CONFIG_NO_HZ
/*
 * Find out when the next timer event is due to happen. This
 * is used on S/390 to stop all activity when a cpus is idle.
 * This functions needs to be called disabled.
 * is used on S/390 to stop all activity when a CPU is idle.
 * This function needs to be called with interrupts disabled.
 */
static unsigned long __next_timer_interrupt(struct tvec_base *base)
{