lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 19 Jul 2018 07:54:54 -0700
From:   tip-bot for Yi Wang <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     jiang.biao2@....com.cn, mingo@...nel.org, anna-maria@...utronix.de,
        hpa@...or.com, tglx@...utronix.de, wang.yi59@....com.cn,
        linux-kernel@...r.kernel.org
Subject: [tip:timers/core] timer: Fix coding style

Commit-ID:  30587589251a00974115e0815ac316980f48dbb5
Gitweb:     https://git.kernel.org/tip/30587589251a00974115e0815ac316980f48dbb5
Author:     Yi Wang <wang.yi59@....com.cn>
AuthorDate: Mon, 16 Jul 2018 14:08:57 +0800
Committer:  Thomas Gleixner <tglx@...utronix.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@....com.cn>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Reviewed-by: Jiang Biao <jiang.biao2@....com.cn>
Cc: john.stultz@...aro.org
Cc: sboyd@...nel.org
Cc: zhong.weidong@....com.cn
CC: Anna-Maria Gleixner <anna-maria@...utronix.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ