commit | 6d281e97a1c53abb73477a34806c1a000409c4b9 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Oct 03 21:26:49 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 30 01:21:23 2013 +0100 |
tree | 989e0d6cb9aae1b2f939f22657cd0d72ade01a99 | |
parent | fb11c9c63f995afbe0e909f061d9866a722cb4bf [diff] |
cpuidle: replace multiline statements with single line in cpuidle_idle_call() Few statements in cpuidle_idle_call() are broken into multiple lines, although that isn't really necessary. Convert those to single line. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>