diff mbox series

[2/2] ceph: fix coding style for pointer parameter

Message ID 20181115142702.15893-2-cgxu519@gmx.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ceph: remove redundant assignment | expand

Commit Message

Chengguang Xu Nov. 15, 2018, 2:27 p.m. UTC
Change coding style of pointer parameter to 'void *end'
from 'void* end'.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
---
 fs/ceph/mdsmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/ceph/mdsmap.c b/fs/ceph/mdsmap.c
index 1a2c5d390f7f..977cacd3825f 100644
--- a/fs/ceph/mdsmap.c
+++ b/fs/ceph/mdsmap.c
@@ -70,7 +70,7 @@  int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m)
 	} while (0)
 
 
-static int __decode_and_drop_compat_set(void **p, void* end)
+static int __decode_and_drop_compat_set(void **p, void *end)
 {
 	int i;
 	/* compat, ro_compat, incompat*/