[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1382167729-21232-1-git-send-email-saumyakuanr@gmail.com>
Date: Sat, 19 Oct 2013 00:28:48 -0700
From: Saumya Ranjan Kuanr <saumyakuanr@...il.com>
To: rjw@...ysocki.net
Cc: daniel.lezcano@...aro.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, saumyakuanr@...il.com
Subject: [PATCH] cpu-idle: cpuidle-ux500: fixed a coding style issue
Fixed a coding style issue
Signed-off-by: Saumya Ranjan Kuanr<saumyakuanr@...il.com>
---
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 e056465..746d716 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",
},
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists