kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] mm/huge_memory: add a missing tab
@ 2015-09-21 16:23 Dan Carpenter
  2015-09-25  6:43 ` Vlastimil Babka
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2015-09-21 16:23 UTC (permalink / raw)
  To: Andrew Morton, Ebru Akagunduz
  Cc: Kirill A. Shutemov, Mel Gorman, Vlastimil Babka, Matthew Wilcox,
	Andrea Arcangeli, linux-mm, kernel-janitors

This line should be indented one more tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index 4b057ab..61d2162 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -2887,7 +2887,7 @@ static int khugepaged_scan_pmd(struct mm_struct *mm,
 		khugepaged_node_load[node]++;
 		VM_BUG_ON_PAGE(PageCompound(page), page);
 		if (!PageLRU(page)) {
-		result = SCAN_SCAN_ABORT;
+			result = SCAN_SCAN_ABORT;
 			goto out_unmap;
 		}
 		if (PageLocked(page)) {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-25  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 16:23 [patch] mm/huge_memory: add a missing tab Dan Carpenter
2015-09-25  6:43 ` Vlastimil Babka

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