summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumya Ranjan Kuanr <saumyakuanr@gmail.com>2013-10-19 00:28:48 -0700
committerDaniel Lezcano <daniel.lezcano@linaro.org>2013-12-30 12:04:10 +0100
commitd9c1a121b0520c1b219e61ed336b2a57db02419b (patch)
tree2e4661450efde29bf8d93e75d08fa64dd87874f5
parent802eee95bde72fd0cd0f3a5b2098375a487d1eda (diff)
ARM: ux500: cpuidle: Fix indentationcpuidle/3.14
Fix coding style Signed-off-by: Saumya Ranjan Kuanr<saumyakuanr@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--drivers/cpuidle/cpuidle-ux500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle-ux500.c b/drivers/cpuidle/cpuidle-ux500.c
index 5e35804b1a95..a85dbb359f4c 100644
--- a/drivers/cpuidle/cpuidle-ux500.c
+++ b/drivers/cpuidle/cpuidle-ux500.c
@@ -102,7 +102,7 @@ static struct cpuidle_driver ux500_idle_driver = {
.exit_latency = 70,
.target_residency = 260,
.flags = CPUIDLE_FLAG_TIME_VALID |
- CPUIDLE_FLAG_TIMER_STOP,
+ CPUIDLE_FLAG_TIMER_STOP,
.name = "ApIdle",
.desc = "ARM Retention",
},