Skip to content

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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
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)