Skip to content

Commit 15bfdad

Browse files
committed
cpuidle: governors: teo: Add missing space to the description
There is a missing space in the governor description comment, so add it. No functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/5059034.31r3eYUQgx@rafael.j.wysocki
1 parent d834e68 commit 15bfdad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/cpuidle/governors

drivers/cpuidle/governors/teo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* likely woken up by a non-timer wakeup source).
7777
*
7878
* 2. If the second sum computed in step 1 is greater than a half of the sum of
79-
* both metrics for the candidate state bin and all subsequent bins(if any),
79+
* both metrics for the candidate state bin and all subsequent bins (if any),
8080
* a shallower idle state is likely to be more suitable, so look for it.
8181
*
8282
* - Traverse the enabled idle states shallower than the candidate one in the

0 commit comments

Comments
 (0)