浏览代码

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>
Stephen Hemminger 7 年之前
父节点
当前提交
24e1dd6afd
共有 8 个文件被更改,包括 1 次插入9 次删除
  1. 0 1
      net/ceph/Kconfig
  2. 0 1
      net/ceph/Makefile
  3. 0 1
      net/ceph/auth_none.c
  4. 0 1
      net/ceph/auth_none.h
  5. 0 2
      net/ceph/auth_x.c
  6. 0 1
      net/ceph/auth_x.h
  7. 1 1
      net/ceph/mon_client.c
  8. 0 1
      net/ceph/pagevec.c

+ 0 - 1
net/ceph/Kconfig

@@ -41,4 +41,3 @@ config CEPH_LIB_USE_DNS_RESOLVER
 	  Documentation/networking/dns_resolver.txt
 
 	  If unsure, say N.
-

+ 0 - 1
net/ceph/Makefile

@@ -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
-

+ 0 - 1
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;
 }
-

+ 0 - 1
net/ceph/auth_none.h

@@ -26,4 +26,3 @@ struct ceph_auth_none_info {
 int ceph_auth_none_init(struct ceph_auth_client *ac);
 
 #endif
-

+ 0 - 2
net/ceph/auth_x.c

@@ -823,5 +823,3 @@ out_nomem:
 out:
 	return ret;
 }
-
-

+ 0 - 1
net/ceph/auth_x.h

@@ -52,4 +52,3 @@ struct ceph_x_info {
 int ceph_x_init(struct ceph_auth_client *ac);
 
 #endif
-

+ 1 - 1
net/ceph/mon_client.c

@@ -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));
 	}

+ 0 - 1
net/ceph/pagevec.c

@@ -197,4 +197,3 @@ void ceph_zero_page_vector_range(int off, int len, struct page **pages)
 	}
 }
 EXPORT_SYMBOL(ceph_zero_page_vector_range);
-