From: Dan Carpenter <dan.carpenter@oracle.com>
To: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>,
Dan Williams <dan.j.williams@intel.com>
Cc: linux-mm@kvack.org, kernel-janitors@vger.kernel.org
Subject: [PATCH] mm, memory_failure: remove a stray tab
Date: Tue, 5 Jun 2018 11:16:16 +0300 [thread overview]
Message-ID: <20180605081616.o2q4wdbvolggefck@kili.mountain> (raw)
The return statement is indented too far.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index de0bc897d6e7..72cde4b0939e 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -1147,7 +1147,7 @@ static unsigned long dax_mapping_size(struct address_space *mapping,
if (page->mapping != mapping) {
xa_unlock_irq(&mapping->i_pages);
i_mmap_unlock_read(mapping);
- return 0;
+ return 0;
}
vma_interval_tree_foreach(vma, &mapping->i_mmap, pgoff, pgoff) {
unsigned long address = vma_address(page, vma);
next reply other threads:[~2018-06-05 8:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-05 8:16 Dan Carpenter [this message]
2018-06-06 5:53 ` Naoya Horiguchi
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=20180605081616.o2q4wdbvolggefck@kili.mountain \
--to=dan.carpenter@oracle.com \
--cc=dan.j.williams@intel.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=n-horiguchi@ah.jp.nec.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox