From: gushengxian <gushengxian@xxxxxxxxxx> Code indent should use tabs where possible. Signed-off-by: gushengxian <gushengxian@xxxxxxxxxx> --- 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