diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 22:29:07 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-08-02 22:33:21 +0300 |
commit | 24e1dd6afde9e9cca405df8ca98be59419ea7229 (patch) | |
tree | 694053171e9a9503f124e5d0aa3aa1ad33191f32 /net/ceph/auth_none.c | |
parent | 24499847e4471b0aba8126cebd640084136fc2bb (diff) | |
download | linux-24e1dd6afde9e9cca405df8ca98be59419ea7229.tar.xz |
ceph: fix whitespace
Remove blank lines at end of file and trailing whitespace.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph/auth_none.c')
-rw-r--r-- | net/ceph/auth_none.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ceph/auth_none.c b/net/ceph/auth_none.c index 41d2a0c72236..edb7042479ed 100644 --- a/net/ceph/auth_none.c +++ b/net/ceph/auth_none.c @@ -142,4 +142,3 @@ int ceph_auth_none_init(struct ceph_auth_client *ac) ac->ops = &ceph_auth_none_ops; return 0; } - |