aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/inode.c
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2016-03-15 14:58:36 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-15 16:55:16 -0700
commit0266725ad4ee0f8fcf2ee73be8e68c4adbf2ac79 (patch)
tree3ad8ce6301b4ccbc3bb744510ed6140ef01aa3ef /fs/autofs4/inode.c
parentautofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked() (diff)
downloadlinux-dev-0266725ad4ee0f8fcf2ee73be8e68c4adbf2ac79.tar.xz
linux-dev-0266725ad4ee0f8fcf2ee73be8e68c4adbf2ac79.zip
autofs4: fix some white space errors
Fix some white space format errors. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/autofs4/inode.c')
-rw-r--r--fs/autofs4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c
index ad03705aac43..7872830d3de9 100644
--- a/fs/autofs4/inode.c
+++ b/fs/autofs4/inode.c
@@ -327,7 +327,7 @@ int autofs4_fill_super(struct super_block *s, void *data, int silent)
*/
s->s_root = root;
return 0;
-
+
/*
* Failure ... clean up.
*/