commit | 907b9bceb41fa46beae93f79cc4a2247df502c0f | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 25 09:26:04 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 25 09:26:04 2006 -0400 |
tree | 7229e00c1f33fdd097fcacacd6208f2390e4728a | |
parent | 7276b3b0c77101f8b3f4e45e89a29cf9045e831a [diff] [blame] |
[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>
diff --git a/fs/gfs2/acl.c b/fs/gfs2/acl.c index 3123fc0..5f959b8 100644 --- a/fs/gfs2/acl.c +++ b/fs/gfs2/acl.c
@@ -181,7 +181,7 @@ error = gfs2_check_acl_locked(inode, mask); gfs2_glock_dq_uninit(&i_gh); } - + return error; }