* [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
* Re: [PATCH] cpu-idle: cpuidle-ux500: fixed a coding style issue
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
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2013-11-07 9:25 UTC (permalink / raw)
To: Saumya Ranjan Kuanr, rjw; +Cc: linux-pm, linux-kernel
On 10/19/2013 09:28 AM, Saumya Ranjan Kuanr wrote:
> Fixed a coding style issue
>
> Signed-off-by: Saumya Ranjan Kuanr<saumyakuanr@gmail.com>
Applied for 3.14.
Changed the subject to:
ux500: cpuidle: Fix indentation
Thanks
-- Daniel
> ---
> 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
>
>
>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [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).