diff options
| -rw-r--r-- | drivers/cpuidle/governors/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c index 71b523293354..daf850250b6a 100644 --- a/drivers/cpuidle/governors/menu.c +++ b/drivers/cpuidle/governors/menu.c | |||
| @@ -406,7 +406,7 @@ static void menu_update(struct cpuidle_driver *drv, struct cpuidle_device *dev) | |||
| 406 | * | 406 | * |
| 407 | * Any measured amount of time will include the exit latency. | 407 | * Any measured amount of time will include the exit latency. |
| 408 | * Since we are interested in when the wakeup begun, not when it | 408 | * Since we are interested in when the wakeup begun, not when it |
| 409 | * was completed, we must substract the exit latency. However, if | 409 | * was completed, we must subtract the exit latency. However, if |
| 410 | * the measured amount of time is less than the exit latency, | 410 | * the measured amount of time is less than the exit latency, |
| 411 | * assume the state was never reached and the exit latency is 0. | 411 | * assume the state was never reached and the exit latency is 0. |
| 412 | */ | 412 | */ |
