diff mbox

cpu-idle: cpuidle-ux500: fixed a coding style issue

Message ID 1382167729-21232-1-git-send-email-saumyakuanr@gmail.com (mailing list archive)
State Rejected, archived
Headers show

Commit Message

Saumya Ranjan Kuanr Oct. 19, 2013, 7:28 a.m. UTC
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(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Daniel Lezcano Nov. 7, 2013, 9:25 a.m. UTC | #1
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
>
>
>
diff mbox

Patch

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",
 		},