From d9c1a121b0520c1b219e61ed336b2a57db02419b Mon Sep 17 00:00:00 2001 From: Saumya Ranjan Kuanr Date: Sat, 19 Oct 2013 00:28:48 -0700 Subject: ARM: ux500: cpuidle: Fix indentation Fix coding style Signed-off-by: Saumya Ranjan Kuanr Signed-off-by: Daniel Lezcano --- drivers/cpuidle/cpuidle-ux500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, -- cgit v1.2.3