From: Dan Carpenter <dan.carpenter@oracle.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Ebru Akagunduz <ebru.akagunduz@gmail.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Mel Gorman <mgorman@suse.de>, Vlastimil Babka <vbabka@suse.cz>,
Matthew Wilcox <willy@linux.intel.com>,
Andrea Arcangeli <aarcange@redhat.com>,
linux-mm@kvack.org, kernel-janitors@vger.kernel.org
Subject: [patch] mm/huge_memory: add a missing tab
Date: Mon, 21 Sep 2015 16:23:14 +0000 [thread overview]
Message-ID: <20150921162314.GB5648@mwanda> (raw)
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)) {
WARNING: multiple messages have this Message-ID (diff)
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Ebru Akagunduz <ebru.akagunduz@gmail.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Mel Gorman <mgorman@suse.de>, Vlastimil Babka <vbabka@suse.cz>,
Matthew Wilcox <willy@linux.intel.com>,
Andrea Arcangeli <aarcange@redhat.com>,
linux-mm@kvack.org, kernel-janitors@vger.kernel.org
Subject: [patch] mm/huge_memory: add a missing tab
Date: Mon, 21 Sep 2015 19:23:14 +0300 [thread overview]
Message-ID: <20150921162314.GB5648@mwanda> (raw)
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>
next reply other threads:[~2015-09-21 16:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 16:23 Dan Carpenter [this message]
2015-09-21 16:23 ` [patch] mm/huge_memory: add a missing tab Dan Carpenter
2015-09-25 6:43 ` Vlastimil Babka
2015-09-25 6:43 ` Vlastimil Babka
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=20150921162314.GB5648@mwanda \
--to=dan.carpenter@oracle.com \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=ebru.akagunduz@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=vbabka@suse.cz \
--cc=willy@linux.intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.