linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpu-idle: cpuidle-ux500: fixed a coding style issue
@ 2013-10-19  7:28 Saumya Ranjan Kuanr
  2013-11-07  9:25 ` Daniel Lezcano
  0 siblings, 1 reply; 2+ messages in thread
From: Saumya Ranjan Kuanr @ 2013-10-19  7:28 UTC (permalink / raw)
  To: rjw; +Cc: daniel.lezcano, linux-pm, linux-kernel, saumyakuanr

Fixed a coding style issue

Signed-off-by: Saumya Ranjan Kuanr<saumyakuanr@gmail.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-07  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19  7:28 [PATCH] cpu-idle: cpuidle-ux500: fixed a coding style issue Saumya Ranjan Kuanr
2013-11-07  9:25 ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).