From: tuukka.tikkanen@linaro.org Date: Mon, 24 Feb 2014 06:29:31 +0000 (+0200) Subject: cpuidle: rename expected_us to next_timer_us in menu governor X-Git-Tag: v3.15-rc1~151^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc2f5a3030552f2501cb34ac6d979455630e486;p=pandora-kernel.git cpuidle: rename expected_us to next_timer_us in menu governor The field expected_us is used to store the time remaining until next timer expiry. The name is inaccurate, as we really do not expect all wakeups to be caused by timers. In addition, another field with a very similar name (predicted_us) is used to store the predicted time remaining until any wakeup source being active. This patch renames expected_us to next_timer_us in order to better reflect the contained information. Signed-off-by: Tuukka Tikkanen Acked-by: Nicolas Pitre Acked-by: Len Brown Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed