]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpuidle: governors: teo: Fix a typo in a comment
authorAtul Kumar Pant <atulpant.linux@gmail.com>
Sun, 16 Jun 2024 12:40:25 +0000 (18:10 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 21 Jun 2024 12:57:07 +0000 (14:57 +0200)
"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>
drivers/cpuidle/governors/teo.c

index 7244f71c59c5dd4a4b64141af307ef76ee2fcc77..95831d2a56a38dbf9c99fcb600db3659e525a6eb 100644 (file)
@@ -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) {