* [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)) {
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] mm/huge_memory: add a missing tab
2015-09-21 16:23 [patch] mm/huge_memory: add a missing tab Dan Carpenter
@ 2015-09-25 6:43 ` Vlastimil Babka
0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka @ 2015-09-25 6:43 UTC (permalink / raw)
To: Dan Carpenter, Andrew Morton, Ebru Akagunduz
Cc: Kirill A. Shutemov, Mel Gorman, Matthew Wilcox, Andrea Arcangeli,
linux-mm, kernel-janitors
On 09/21/2015 06:23 PM, Dan Carpenter wrote:
> This line should be indented one more tab.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
>
> 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)) {
>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [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).