diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2019-08-31 21:29:12 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2019-10-30 12:17:04 +0100 |
commit | f3b64b57c044fe2d256cd120b25fd6cbf6c927e9 (patch) | |
tree | 0c6d8505d31ea1e414b182a3311aafa0676ed492 /fs/gfs2/aops.c | |
parent | 098b9c1453629be7e637498f3ca8bb3c592eb394 (diff) |
gfs2: Some whitespace cleanups
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/aops.c')
-rw-r--r-- | fs/gfs2/aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c index b9fe975d7625..765e40aad985 100644 --- a/fs/gfs2/aops.c +++ b/fs/gfs2/aops.c @@ -133,7 +133,7 @@ static int gfs2_write_full_page(struct page *page, get_block_t *get_block, * the page size, the remaining memory is zeroed when mapped, and * writes to that region are not written out to the file." */ - offset = i_size & (PAGE_SIZE-1); + offset = i_size & (PAGE_SIZE - 1); if (page->index == end_index && offset) zero_user_segment(page, offset, PAGE_SIZE); |