提交 99dadfdd 编写于 作者: P Paul McQuade 提交者: Linus Torvalds

mm/filemap.c: remove trailing whitespace

Signed-off-by: NPaul McQuade <paulmcquad@gmail.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 2581d202
...@@ -1753,7 +1753,7 @@ EXPORT_SYMBOL(generic_file_read_iter); ...@@ -1753,7 +1753,7 @@ EXPORT_SYMBOL(generic_file_read_iter);
static int page_cache_read(struct file *file, pgoff_t offset) static int page_cache_read(struct file *file, pgoff_t offset)
{ {
struct address_space *mapping = file->f_mapping; struct address_space *mapping = file->f_mapping;
struct page *page; struct page *page;
int ret; int ret;
do { do {
...@@ -1770,7 +1770,7 @@ static int page_cache_read(struct file *file, pgoff_t offset) ...@@ -1770,7 +1770,7 @@ static int page_cache_read(struct file *file, pgoff_t offset)
page_cache_release(page); page_cache_release(page);
} while (ret == AOP_TRUNCATED_PAGE); } while (ret == AOP_TRUNCATED_PAGE);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册