From: Atul Kumar Pant Date: Sun, 16 Jun 2024 12:40:25 +0000 (+0530) Subject: cpuidle: governors: teo: Fix a typo in a comment X-Git-Tag: v6.11-rc1~173^2~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63e6b02f574b7b1bf26a4db3a0a2881b9ebbb1f5;p=thirdparty%2Flinux.git cpuidle: governors: teo: Fix a typo in a comment "terget" -> "target" Signed-off-by: Atul Kumar Pant Link: https://patch.msgid.link/20240616124025.16477-1-atulpant.linux@gmail.com Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpuidle/governors/teo.c b/drivers/cpuidle/governors/teo.c index 7244f71c59c5d..95831d2a56a38 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) {