mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] timer: Fix coding style
@ 2018-07-16  6:08 Yi Wang
  2018-07-19 14:54 ` [tip:timers/core] " tip-bot for Yi Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Wang @ 2018-07-16  6:08 UTC (permalink / raw)
  To: tglx; +Cc: john.stultz, sboyd, linux-kernel, zhong.weidong, Yi Wang

From: Yi Wang <wang.yi59@zte.com.cn>

There are two tab at the end of function trigger_dyntick_cpu(),
so remove one and correct indentation.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 kernel/time/timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index cc2d23e..baa528a 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -581,7 +581,7 @@ static void enqueue_timer(struct timer_base *base, struct timer_list *timer,
 	 * wheel:
 	 */
 	base->next_expiry = timer->expires;
-		wake_up_nohz_cpu(base->cpu);
+	wake_up_nohz_cpu(base->cpu);
 }
 
 static void
-- 
1.8.3.1


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

* [tip:timers/core] timer: Fix coding style
  2018-07-16  6:08 [PATCH] timer: Fix coding style Yi Wang
@ 2018-07-19 14:54 ` tip-bot for Yi Wang
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Yi Wang @ 2018-07-19 14:54 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: jiang.biao2, mingo, anna-maria, hpa, tglx, wang.yi59, linux-kernel

Commit-ID:  30587589251a00974115e0815ac316980f48dbb5
Gitweb:     https://git.kernel.org/tip/30587589251a00974115e0815ac316980f48dbb5
Author:     Yi Wang <wang.yi59@zte.com.cn>
AuthorDate: Mon, 16 Jul 2018 14:08:57 +0800
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 19 Jul 2018 16:52:40 +0200

timer: Fix coding style

The call to wake_up_nohz_cpu() is incorrectly indented. Remove the surplus TAB.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jiang Biao <jiang.biao2@zte.com.cn>
Cc: john.stultz@linaro.org
Cc: sboyd@kernel.org
Cc: zhong.weidong@zte.com.cn
CC: Anna-Maria Gleixner <anna-maria@linutronix.de>
Link: https://lkml.kernel.org/r/1531721337-30284-1-git-send-email-wang.yi59@zte.com.cn

---
 kernel/time/timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index cc2d23e6ff61..baa528a24a73 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -581,7 +581,7 @@ trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer)
 	 * wheel:
 	 */
 	base->next_expiry = timer->expires;
-		wake_up_nohz_cpu(base->cpu);
+	wake_up_nohz_cpu(base->cpu);
 }
 
 static void

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

end of thread, other threads:[~2018-07-19 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16  6:08 [PATCH] timer: Fix coding style Yi Wang
2018-07-19 14:54 ` [tip:timers/core] " tip-bot for Yi Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome