summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/governors
diff options
context:
space:
mode:
authorAtul Kumar Pant <atulpant.linux@gmail.com>2024-06-16 15:40:25 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-06-21 15:57:07 +0300
commit63e6b02f574b7b1bf26a4db3a0a2881b9ebbb1f5 (patch)
tree5b00e703e540d49c7409c7ec0cee4e6cb64011e4 /drivers/cpuidle/governors
parent085aa9f58cf663926e6fc0136d3c6167bd58fee3 (diff)
downloadlinux-63e6b02f574b7b1bf26a4db3a0a2881b9ebbb1f5.tar.xz
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/governors')
-rw-r--r--drivers/cpuidle/governors/teo.c2
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) {