diff options
author | David Howells <dhowells@redhat.com> | 2017-07-04 12:25:09 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-06 03:27:09 -0400 |
commit | dd111b31e951c4ffb3a525b51b11d240118693c1 (patch) | |
tree | 81195b867a5df1d7d927248fd58ac3cb2bd250a8 /fs/super.c | |
parent | f35157417215ec138c920320c746fdb3e04ef1d5 (diff) |
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.c | 4 |
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: | |||
508 | return ERR_PTR(-ENOMEM); | 508 | return ERR_PTR(-ENOMEM); |
509 | goto retry; | 509 | goto retry; |
510 | } | 510 | } |
511 | 511 | ||
512 | err = set(s, data); | 512 | err = set(s, data); |
513 | if (err) { | 513 | if (err) { |
514 | spin_unlock(&sb_lock); | 514 | spin_unlock(&sb_lock); |
@@ -771,7 +771,7 @@ restart: | |||
771 | spin_unlock(&sb_lock); | 771 | spin_unlock(&sb_lock); |
772 | return NULL; | 772 | return NULL; |
773 | } | 773 | } |
774 | 774 | ||
775 | struct super_block *user_get_super(dev_t dev) | 775 | struct super_block *user_get_super(dev_t dev) |
776 | { | 776 | { |
777 | struct super_block *sb; | 777 | struct super_block *sb; |