diff options
author | Atul Kumar Pant <atulpant.linux@gmail.com> | 2024-06-16 14:40:25 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-06-21 14:57:07 +0200 |
commit | 63e6b02f574b7b1bf26a4db3a0a2881b9ebbb1f5 (patch) | |
tree | 5b00e703e540d49c7409c7ec0cee4e6cb64011e4 /drivers/cpuidle | |
parent | cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macro (diff) | |
download | linux-63e6b02f574b7b1bf26a4db3a0a2881b9ebbb1f5.tar.xz linux-63e6b02f574b7b1bf26a4db3a0a2881b9ebbb1f5.zip |
cpuidle: governors: teo: Fix a typo in a comment
"terget" -> "target"
Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
Link: https://patch.msgid.link/20240616124025.16477-1-atulpant.linux@gmail.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpuidle')
-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 7244f71c59c5..95831d2a56a3 100644 --- a/drivers/cpuidle/governors/teo.c +++ b/drivers/cpuidle/governors/teo.c @@ -592,7 +592,7 @@ static int teo_select(struct cpuidle_driver *drv, struct cpuidle_device *dev, cpu_data->sleep_length_ns = duration_ns; /* - * If the closest expected timer is before the terget residency of the + * If the closest expected timer is before the target residency of the * candidate state, a shallower one needs to be found. */ if (drv->states[idx].target_residency_ns > duration_ns) { |