diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-21 23:11:16 +0300 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-24 22:43:32 +0300 |
| commit | 15bfdadd617ec5363802f7cb6a0385b6569f374e (patch) | |
| tree | 6c695897e60cd2b6dafd647cdc92625c480f3e5f | |
| parent | d834e68a0e8b4a3c673eb96d4d53e48f3c19a81e (diff) | |
| download | linux-15bfdadd617ec5363802f7cb6a0385b6569f374e.tar.xz | |
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
| -rw-r--r-- | drivers/cpuidle/governors/teo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/governors/teo.c b/drivers/cpuidle/governors/teo.c index bab186336bf4..81ac5fd58a1c 100644 --- a/drivers/cpuidle/governors/teo.c +++ b/drivers/cpuidle/governors/teo.c @@ -76,7 +76,7 @@ * 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 - * 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. * * - Traverse the enabled idle states shallower than the candidate one in the |
