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>
This commit is contained in:
David Howells 2017-07-04 17:25:09 +01:00 committed by Al Viro
parent f351574172
commit dd111b31e9
2 changed files with 4 additions and 4 deletions

View 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;