]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ceph: fix whitespace
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:07 +0000 (12:29 -0700)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 2 Aug 2018 19:33:21 +0000 (21:33 +0200)
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>
net/ceph/Kconfig
net/ceph/Makefile
net/ceph/auth_none.c
net/ceph/auth_none.h
net/ceph/auth_x.c
net/ceph/auth_x.h
net/ceph/mon_client.c
net/ceph/pagevec.c

index f8cceb99e732726cabd7678d30ca8236fbe5a2eb..cd2d5b9301a111aed82e6fc57a3ee0dab7d2e04c 100644 (file)
@@ -41,4 +41,3 @@ config CEPH_LIB_USE_DNS_RESOLVER
          Documentation/networking/dns_resolver.txt
 
          If unsure, say N.
-
index 12bf49772d24b93c90c49ebb87e8770f41bb3918..db09defe27d0ac9434a093fb9ca76eb8e84da94d 100644 (file)
@@ -15,4 +15,3 @@ libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
        auth_x.o \
        ceph_fs.o ceph_strings.o ceph_hash.o \
        pagevec.o snapshot.o string_table.o
-
index 41d2a0c7223640cce174698882d26bd666c6cfa6..edb7042479ed493fd60b794095671858da34138c 100644 (file)
@@ -142,4 +142,3 @@ int ceph_auth_none_init(struct ceph_auth_client *ac)
        ac->ops = &ceph_auth_none_ops;
        return 0;
 }
-
index 860ed9875791aa079ec6ee9cc3a4abc5703b4949..4158f064302e9fb7fd3e31015d15954ab2454e72 100644 (file)
@@ -26,4 +26,3 @@ struct ceph_auth_none_info {
 int ceph_auth_none_init(struct ceph_auth_client *ac);
 
 #endif
-
index b05c3a540a5a17d8854a18c0c274dff292385393..6caac27fca85de8678aa6f9c2e562c730daffc97 100644 (file)
@@ -823,5 +823,3 @@ int ceph_x_init(struct ceph_auth_client *ac)
 out:
        return ret;
 }
-
-
index 57ba99f7736f271a063554f101dca67c0600b08c..c03735f96df930894a8a7bf68a426548cbbcbc93 100644 (file)
@@ -52,4 +52,3 @@ struct ceph_x_info {
 int ceph_x_init(struct ceph_auth_client *ac);
 
 #endif
-
index d7a7a2330ef780cebf3b2b7b99b8b094130b6386..18deb3d889c4ae94a10417457fa0275a77568b48 100644 (file)
@@ -1249,7 +1249,7 @@ static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
                if (monc->client->extra_mon_dispatch &&
                    monc->client->extra_mon_dispatch(monc->client, msg) == 0)
                        break;
-                       
+
                pr_err("received unknown message type %d %s\n", type,
                       ceph_msg_type_name(type));
        }
index e560d3975f41cb89827017b1e920e43648d5b453..d3736f5bffec695aa94ea6dfb05be8319a3d195f 100644 (file)
@@ -197,4 +197,3 @@ void ceph_zero_page_vector_range(int off, int len, struct page **pages)
        }
 }
 EXPORT_SYMBOL(ceph_zero_page_vector_range);
-