summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorPaul McQuade2014-10-10 00:29:03 +0200
committerLinus Torvalds2014-10-10 04:26:00 +0200
commit99dadfdde04b72ce98aa2fbebdb49526f494e4cf (patch)
tree097442d7061f0c19616db4b844d3d78d532ed3db /mm/filemap.c
parentmm/mremap.c: use linux headers (diff)
downloadkernel-qcow2-linux-99dadfdde04b72ce98aa2fbebdb49526f494e4cf.tar.gz
kernel-qcow2-linux-99dadfdde04b72ce98aa2fbebdb49526f494e4cf.tar.xz
kernel-qcow2-linux-99dadfdde04b72ce98aa2fbebdb49526f494e4cf.zip
mm/filemap.c: remove trailing whitespace
Signed-off-by: Paul McQuade <paulmcquad@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 0ab0a3ea5721..14b4642279f1 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1753,7 +1753,7 @@ EXPORT_SYMBOL(generic_file_read_iter);
static int page_cache_read(struct file *file, pgoff_t offset)
{
struct address_space *mapping = file->f_mapping;
- struct page *page;
+ struct page *page;
int ret;
do {
@@ -1770,7 +1770,7 @@ static int page_cache_read(struct file *file, pgoff_t offset)
page_cache_release(page);
} while (ret == AOP_TRUNCATED_PAGE);
-
+
return ret;
}