All of lore.kernel.org
 help / color / mirror / Atom feed
From: 13145886936@163.com
To: hannes@cmpxchg.org, mhocko@kernel.org, vdavydov.dev@gmail.com,
	akpm@linux-foundation.org
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	gushengxian <gushengxian@yulong.com>
Subject: [PATCH] mm: opt code indent
Date: Thu,  3 Jun 2021 00:25:03 -0700	[thread overview]
Message-ID: <20210603072503.4265-1-13145886936@163.com> (raw)

From: gushengxian <gushengxian@yulong.com>

Code indent should use tabs where possible.

Signed-off-by: gushengxian <gushengxian@yulong.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


             reply	other threads:[~2021-06-03  7:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03  7:25 13145886936 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-03  6:52 [PATCH] mm: opt code indent 13145886936

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210603072503.4265-1-13145886936@163.com \
    --to=13145886936@163.com \
    --cc=akpm@linux-foundation.org \
    --cc=gushengxian@yulong.com \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.org \
    --cc=vdavydov.dev@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.