Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 63e6b02

Browse files
Atul Kumar Pantrafaeljw
authored andcommitted
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>
1 parent 085aa9f commit 63e6b02

File tree

1 file changed

+1
-1
lines changed
  • drivers/cpuidle/governors

1 file changed

+1
-1
lines changed

drivers/cpuidle/governors/teo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ static int teo_select(struct cpuidle_driver *drv, struct cpuidle_device *dev,
592592
cpu_data->sleep_length_ns = duration_ns;
593593

594594
/*
595-
* If the closest expected timer is before the terget residency of the
595+
* If the closest expected timer is before the target residency of the
596596
* candidate state, a shallower one needs to be found.
597597
*/
598598
if (drv->states[idx].target_residency_ns > duration_ns) {

0 commit comments

Comments
 (0)