]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
ceph: fix coding style for pointer parameter
authorChengguang Xu <cgxu519@gmx.com>
Thu, 15 Nov 2018 14:27:02 +0000 (22:27 +0800)
committerJeff Layton <jlayton@kernel.org>
Mon, 23 Sep 2019 13:27:21 +0000 (09:27 -0400)
Change coding style of pointer parameter to 'void *end'
from 'void* end'.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
fs/ceph/mdsmap.c

index ce2d00da5096a68521e1bba42ee0340cb3647eb9..98814c3d18c91875471c4ccf51762f48763e03a3 100644 (file)
@@ -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, voidend)
+static int __decode_and_drop_compat_set(void **p, void *end)
 {
        int i;
        /* compat, ro_compat, incompat*/