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 f8cceb9..cd2d5b9 100644 (file)
@@ -41,4 +41,3 @@ config CEPH_LIB_USE_DNS_RESOLVER
          Documentation/networking/dns_resolver.txt
 
          If unsure, say N.
-
index 12bf497..db09def 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 41d2a0c..edb7042 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 860ed98..4158f06 100644 (file)
@@ -26,4 +26,3 @@ struct ceph_auth_none_info {
 int ceph_auth_none_init(struct ceph_auth_client *ac);
 
 #endif
-
index b05c3a5..6caac27 100644 (file)
@@ -823,5 +823,3 @@ out_nomem:
 out:
        return ret;
 }
-
-
index 57ba99f..c03735f 100644 (file)
@@ -52,4 +52,3 @@ struct ceph_x_info {
 int ceph_x_init(struct ceph_auth_client *ac);
 
 #endif
-
index d7a7a23..18deb3d 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 e560d39..d3736f5 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);
-