[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210603072503.4265-1-13145886936@163.com>
Date: Thu, 3 Jun 2021 00:25:03 -0700
From: 13145886936@....com
To: hannes@...xchg.org, mhocko@...nel.org, vdavydov.dev@...il.com,
akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
gushengxian <gushengxian@...ong.com>
Subject: [PATCH] mm: opt code indent
From: gushengxian <gushengxian@...ong.com>
Code indent should use tabs where possible.
Signed-off-by: gushengxian <gushengxian@...ong.com>
---
mm/memcontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index b9a6db6a7d4f..f4f2adafb526 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -1989,7 +1989,7 @@ void lock_page_memcg(struct page *page)
* The RCU lock is held throughout the transaction. The fast
* path can get away without acquiring the memcg->move_lock
* because page moving starts with an RCU grace period.
- */
+ */
rcu_read_lock();
if (mem_cgroup_disabled())
--
2.25.1
Powered by blists - more mailing lists