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/quota.c | |
parent | 098b9c1453629be7e637498f3ca8bb3c592eb394 (diff) | |
download | linux-f3b64b57c044fe2d256cd120b25fd6cbf6c927e9.tar.bz2 |
gfs2: Some whitespace cleanups
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index 7c016a082aa6..8206fa0e8d2c 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c @@ -1273,7 +1273,7 @@ int gfs2_quota_sync(struct super_block *sb, int type) { struct gfs2_sbd *sdp = sb->s_fs_info; struct gfs2_quota_data **qda; - unsigned int max_qd = PAGE_SIZE/sizeof(struct gfs2_holder); + unsigned int max_qd = PAGE_SIZE / sizeof(struct gfs2_holder); unsigned int num_qd; unsigned int x; int error = 0; |