linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/vmscan: Removed useless space for intent
       [not found] <CGME20210715010024epcas1p20a9780de11ed702ed0b3ba0e2b494196@epcas1p2.samsung.com>
@ 2021-07-15  0:54 ` JeongHyeon Lee
  0 siblings, 0 replies; only message in thread
From: JeongHyeon Lee @ 2021-07-15  0:54 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, JeongHyeon Lee

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-15  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210715010024epcas1p20a9780de11ed702ed0b3ba0e2b494196@epcas1p2.samsung.com>
2021-07-15  0:54 ` [PATCH] mm/vmscan: Removed useless space for intent JeongHyeon Lee

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).