Skip to content

Commit

Permalink
mm/filemap.c: remove trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Paul McQuade <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
paulmcquad authored and torvalds committed Oct 10, 2014
1 parent 2581d20 commit 99dadfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
}

Expand Down

0 comments on commit 99dadfd

Please sign in to comment.