Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpuidle: fix comment

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: "tuukka.tikkanen@linaro.org" <tuukka.tikkanen@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Antonio Ospite and committed by
Jiri Kosina
2fba5376 d5ae11dc

+1 -1
+1 -1
drivers/cpuidle/governors/menu.c
··· 406 406 * 407 407 * Any measured amount of time will include the exit latency. 408 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 410 * the measured amount of time is less than the exit latency, 411 411 * assume the state was never reached and the exit latency is 0. 412 412 */