From: Steven Whitehouse <swhiteho@redhat.com>
Date: Mon, 23 Aug 2010 10:54:45 +0000 (+0100)
Subject: GFS2: Fix whitespace in previous patch
X-Git-Tag: firefly_0821_release~7613^2~3743^2~16
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe08d5a89726675a920b0e9bbbe849c46b27a6e5;p=firefly-linux-kernel-4.4.55.git

GFS2: Fix whitespace in previous patch

Removes the offending space

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---

diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c
index f6da0d7676e2..ce4f1dfb533f 100644
--- a/fs/gfs2/ops_inode.c
+++ b/fs/gfs2/ops_inode.c
@@ -1423,7 +1423,7 @@ static void calc_max_reserv(struct gfs2_inode *ip, loff_t max, loff_t *len,
 		max_data -= tmp;
 	}
 	/* This calculation isn't the exact reverse of gfs2_write_calc_reserve,
- 	   so it might end up with fewer data blocks */
+	   so it might end up with fewer data blocks */
 	if (max_data <= *data_blocks)
 		return;
 	*data_blocks = max_data;