aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_v1.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-26 08:54:31 +0100
committerJan Kara <jack@suse.cz>2019-03-26 11:21:37 +0100
commit27942ef503a5e95865473c7c8c93ee9f167641cb (patch)
tree4169cf7255c99b2bb7337d2a4e1e104c81a79984 /fs/quota/quota_v1.c
parentquota: code cleanup for __dquot_alloc_space() (diff)
downloadlinux-dev-27942ef503a5e95865473c7c8c93ee9f167641cb.tar.xz
linux-dev-27942ef503a5e95865473c7c8c93ee9f167641cb.zip
quota: remove trailing whitespaces
This removes all trailing whitespaces in fs/quota/. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/quota/quota_v1.c')
-rw-r--r--fs/quota/quota_v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/quota_v1.c b/fs/quota/quota_v1.c
index 7ac5298aba70..9f2b2573b83c 100644
--- a/fs/quota/quota_v1.c
+++ b/fs/quota/quota_v1.c
@@ -127,7 +127,7 @@ static int v1_check_quota_file(struct super_block *sb, int type)
{
struct inode *inode = sb_dqopt(sb)->files[type];
ulong blocks;
- size_t off;
+ size_t off;
struct v2_disk_dqheader dqhead;
ssize_t size;
loff_t isize;