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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 9 Aug 2023 16:19:31 +0800
From:   Wenyu Liu <liuwenyu7@...wei.com>
To:     <linux-kernel@...r.kernel.org>, <cgroups@...r.kernel.org>,
        <tj@...nel.org>, <lizefan.x@...edance.com>, <hannes@...xchg.org>
CC:     <louhongxiang@...wei.com>
Subject: [PATCH] cgroup:clean an indentation issue, remove extraneous tabs

There is an extraneous tab around css_set_count,
clean it by remove the tab.

Signed-off-by: Wenyu Liu <liuwenyu7@...wei.com>
---
 kernel/cgroup/cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c
index f55a40db065f..12a8dfeb45f4 100644
--- a/kernel/cgroup/cgroup.c
+++ b/kernel/cgroup/cgroup.c
@@ -767,7 +767,7 @@ struct css_set init_css_set = {
 	.dfl_cgrp		= &cgrp_dfl_root.cgrp,
 };
 
-static int css_set_count	= 1;	/* 1 for init_css_set */
+static int css_set_count = 1;	/* 1 for init_css_set */
 
 static bool css_set_threaded(struct css_set *cset)
 {
-- 
2.33.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ