Skip to content

Commit 3e0de27

Browse files
hewenliang4Peter Zijlstra
authored andcommitted
idle: fix spelling mistake "iterrupts" -> "interrupts"
There is a spelling misake in comments of cpuidle_idle_call. Fix it. Signed-off-by: Hewenliang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Steven Rostedt (VMware) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent a4f9a0e commit 3e0de27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static void cpuidle_idle_call(void)
158158
/*
159159
* Suspend-to-idle ("s2idle") is a system state in which all user space
160160
* has been frozen, all I/O devices have been suspended and the only
161-
* activity happens here and in iterrupts (if any). In that case bypass
161+
* activity happens here and in interrupts (if any). In that case bypass
162162
* the cpuidle governor and go stratight for the deepest idle state
163163
* available. Possibly also suspend the local tick and the entire
164164
* timekeeping to prevent timer interrupts from kicking us out of idle

0 commit comments

Comments
 (0)