VFS: Clean up whitespace in fs/namespace.c and fs/super.c
authorDavid Howells <dhowells@redhat.com>
Tue, 4 Jul 2017 16:25:09 +0000 (17:25 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Jul 2017 07:27:09 +0000 (03:27 -0400)
Clean up line terminal whitespace in fs/namespace.c and fs/super.c.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c
fs/super.c

index 5a4438445bf788e65ade26b741911861d7ea2084..544ab84642ebde91ec023eb46e7cc237053d6c00 100644 (file)
@@ -1656,7 +1656,7 @@ out_unlock:
        namespace_unlock();
 }
 
-/* 
+/*
  * Is the caller allowed to modify his namespace?
  */
 static inline bool may_mount(void)
@@ -2210,7 +2210,7 @@ static int do_loopback(struct path *path, const char *old_name,
 
        err = -EINVAL;
        if (mnt_ns_loop(old_path.dentry))
-               goto out; 
+               goto out;
 
        mp = lock_mount(path);
        err = PTR_ERR(mp);
index adb0c0de428c2c88c0322ae739cbe108f01ae085..dfb56a9665d85c1b3d960e76fc6c95a14c76fe3e 100644 (file)
@@ -508,7 +508,7 @@ retry:
                        return ERR_PTR(-ENOMEM);
                goto retry;
        }
-               
+
        err = set(s, data);
        if (err) {
                spin_unlock(&sb_lock);
@@ -771,7 +771,7 @@ restart:
        spin_unlock(&sb_lock);
        return NULL;
 }
+
 struct super_block *user_get_super(dev_t dev)
 {
        struct super_block *sb;