From nobody Fri Sep 12 00:57:40 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8E07EB64DD for ; Wed, 9 Aug 2023 08:19:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231506AbjHIIT0 (ORCPT ); Wed, 9 Aug 2023 04:19:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231269AbjHIITW (ORCPT ); Wed, 9 Aug 2023 04:19:22 -0400 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4398DE7D; Wed, 9 Aug 2023 01:19:21 -0700 (PDT) Received: from kwepemm600006.china.huawei.com (unknown [172.30.72.54]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4RLNDs1xc7z1hwDR; Wed, 9 Aug 2023 16:16:29 +0800 (CST) Received: from huawei.com (10.175.124.27) by kwepemm600006.china.huawei.com (7.193.23.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Wed, 9 Aug 2023 16:19:18 +0800 From: Wenyu Liu To: , , , , CC: Subject: [PATCH] cgroup:clean an indentation issue, remove extraneous tabs Date: Wed, 9 Aug 2023 16:19:31 +0800 Message-ID: <20230809081931.3745405-1-liuwenyu7@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.175.124.27] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemm600006.china.huawei.com (7.193.23.105) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" There is an extraneous tab around css_set_count, clean it by remove the tab. Signed-off-by: Wenyu Liu --- 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 =3D { .dfl_cgrp =3D &cgrp_dfl_root.cgrp, }; =20 -static int css_set_count =3D 1; /* 1 for init_css_set */ +static int css_set_count =3D 1; /* 1 for init_css_set */ =20 static bool css_set_threaded(struct css_set *cset) { --=20 2.33.0