Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Hemminger and committed by
Ilya Dryomov
24e1dd6a 24499847

+1 -9
-1
net/ceph/Kconfig
··· 41 41 Documentation/networking/dns_resolver.txt 42 42 43 43 If unsure, say N. 44 -
-1
net/ceph/Makefile
··· 15 15 auth_x.o \ 16 16 ceph_fs.o ceph_strings.o ceph_hash.o \ 17 17 pagevec.o snapshot.o string_table.o 18 -
-1
net/ceph/auth_none.c
··· 142 142 ac->ops = &ceph_auth_none_ops; 143 143 return 0; 144 144 } 145 -
-1
net/ceph/auth_none.h
··· 26 26 int ceph_auth_none_init(struct ceph_auth_client *ac); 27 27 28 28 #endif 29 -
-2
net/ceph/auth_x.c
··· 823 823 out: 824 824 return ret; 825 825 } 826 - 827 -
-1
net/ceph/auth_x.h
··· 52 52 int ceph_x_init(struct ceph_auth_client *ac); 53 53 54 54 #endif 55 -
+1 -1
net/ceph/mon_client.c
··· 1249 1249 if (monc->client->extra_mon_dispatch && 1250 1250 monc->client->extra_mon_dispatch(monc->client, msg) == 0) 1251 1251 break; 1252 - 1252 + 1253 1253 pr_err("received unknown message type %d %s\n", type, 1254 1254 ceph_msg_type_name(type)); 1255 1255 }
-1
net/ceph/pagevec.c
··· 197 197 } 198 198 } 199 199 EXPORT_SYMBOL(ceph_zero_page_vector_range); 200 -