diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-06-14 11:39:13 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-07-09 03:23:43 -0400 |
commit | c4201214cbf10636e2c1ab9131573f735b42c8d4 (patch) | |
tree | e6ebff984bd0425a64704d25d511e10cba84744a /fs/gfs2/rgrp.c | |
parent | 8fb68595d508fd30ec90939572484b263600376c (diff) |
[GFS2] Remove bogus '\0' in rgrp.c
Not sure how it slipped in, but we don't want it anyway.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index fd3fd9074779..36c523d487a7 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c | |||
@@ -444,7 +444,6 @@ static int compute_bitstructs(struct gfs2_rgrpd *rgd) | |||
444 | } | 444 | } |
445 | 445 | ||
446 | /** | 446 | /** |
447 | |||
448 | * gfs2_ri_total - Total up the file system space, according to the rindex. | 447 | * gfs2_ri_total - Total up the file system space, according to the rindex. |
449 | * | 448 | * |
450 | */ | 449 | */ |