lkml.org 
[lkml]   [2021]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] mm/vmscan: Removed useless space for intent
Date
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
\
 
 \ /
  Last update: 2021-07-15 03:02    [W:0.413 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site