summaryrefslogtreecommitdiffstats
path: root/fs/super.c
diff options
context:
space:
mode:
authorDavid Howells2017-07-04 18:25:09 +0200
committerAl Viro2017-07-06 09:27:09 +0200
commitdd111b31e951c4ffb3a525b51b11d240118693c1 (patch)
tree81195b867a5df1d7d927248fd58ac3cb2bd250a8 /fs/super.c
parentProvide a function to create a NUL-terminated string from unterminated data (diff)
downloadkernel-qcow2-linux-dd111b31e951c4ffb3a525b51b11d240118693c1.tar.gz
kernel-qcow2-linux-dd111b31e951c4ffb3a525b51b11d240118693c1.tar.xz
kernel-qcow2-linux-dd111b31e951c4ffb3a525b51b11d240118693c1.zip
VFS: Clean up whitespace in fs/namespace.c and fs/super.c
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>
Diffstat (limited to 'fs/super.c')
-rw-r--r--fs/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c
index adb0c0de428c..dfb56a9665d8 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -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;