diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
commit | 907b9bceb41fa46beae93f79cc4a2247df502c0f (patch) | |
tree | 7229e00c1f33fdd097fcacacd6208f2390e4728a /fs/gfs2/ops_inode.c | |
parent | 7276b3b0c77101f8b3f4e45e89a29cf9045e831a (diff) |
[GFS2/DLM] Fix trailing whitespace
As per Andrew Morton's request, removed trailing whitespace.
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_inode.c')
-rw-r--r-- | fs/gfs2/ops_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c index bb2ef6a86533..57af0192b241 100644 --- a/fs/gfs2/ops_inode.c +++ b/fs/gfs2/ops_inode.c | |||
@@ -522,7 +522,7 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, int mode, | |||
522 | case S_IFSOCK: | 522 | case S_IFSOCK: |
523 | break; | 523 | break; |
524 | default: | 524 | default: |
525 | return -EOPNOTSUPP; | 525 | return -EOPNOTSUPP; |
526 | }; | 526 | }; |
527 | 527 | ||
528 | gfs2_holder_init(dip->i_gl, 0, 0, ghs); | 528 | gfs2_holder_init(dip->i_gl, 0, 0, ghs); |