]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ceph/crypto.c
net: Remove casts of void *
[mirror_ubuntu-artful-kernel.git] / net / ceph / crypto.c
index 5a8009c9e0cdfd4cc4b81f5324eadc34f909eb6b..85f3bc0a7062ae2d87e3f40bfb8b8f515fb09a66 100644 (file)
@@ -444,7 +444,7 @@ int ceph_key_instantiate(struct key *key, const void *data, size_t datalen)
                goto err;
 
        /* TODO ceph_crypto_key_decode should really take const input */
-       p = (void*)data;
+       p = (void *)data;
        ret = ceph_crypto_key_decode(ckey, &p, (char*)data+datalen);
        if (ret < 0)
                goto err_ckey;