You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
2581d20237
commit
99dadfdde0
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user