linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: JeongHyeon Lee <jhs2.lee@samsung.com>
To: akpm@linux-foundation.org
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	JeongHyeon Lee <jhs2.lee@samsung.com>
Subject: [PATCH] mm/vmscan: Removed useless space for intent
Date: Thu, 15 Jul 2021 09:54:23 +0900	[thread overview]
Message-ID: <1626310463-31705-1-git-send-email-jhs2.lee@samsung.com> (raw)
In-Reply-To: CGME20210715010024epcas1p20a9780de11ed702ed0b3ba0e2b494196@epcas1p2.samsung.com

Signed-off-by: JeongHyeon Lee <jhs2.lee@samsung.com>
---
 mm/vmscan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 4620df6..89768ef 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -4318,7 +4318,7 @@ static int __init kswapd_init(void)
 
 	swap_setup();
 	for_each_node_state(nid, N_MEMORY)
- 		kswapd_run(nid);
+		kswapd_run(nid);
 	return 0;
 }
 
-- 
2.7.4


           reply	other threads:[~2021-07-15  1:00 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CGME20210715010024epcas1p20a9780de11ed702ed0b3ba0e2b494196@epcas1p2.samsung.com>]

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=1626310463-31705-1-git-send-email-jhs2.lee@samsung.com \
    --to=jhs2.lee@samsung.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).