Skip to content

Commit

Permalink
cpuidle: governors: teo: Fix a typo in a comment
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Atul Kumar Pant authored and Rafael J. Wysocki committed Jun 21, 2024
1 parent 085aa9f commit 63e6b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/governors/teo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 63e6b02

Please sign in to comment.