mirror of https://github.com/torvalds/linux.git
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
This commit is contained in:
parent
d834e68a0e
commit
15bfdadd61
|
|
@ -76,7 +76,7 @@
|
||||||
* likely woken up by a non-timer wakeup source).
|
* likely woken up by a non-timer wakeup source).
|
||||||
*
|
*
|
||||||
* 2. If the second sum computed in step 1 is greater than a half of the sum of
|
* 2. If the second sum computed in step 1 is greater than a half of the sum of
|
||||||
* both metrics for the candidate state bin and all subsequent bins(if any),
|
* both metrics for the candidate state bin and all subsequent bins (if any),
|
||||||
* a shallower idle state is likely to be more suitable, so look for it.
|
* a shallower idle state is likely to be more suitable, so look for it.
|
||||||
*
|
*
|
||||||
* - Traverse the enabled idle states shallower than the candidate one in the
|
* - Traverse the enabled idle states shallower than the candidate one in the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue