|
@@ -577,7 +577,7 @@ cld_pipe_downcall(struct file *filp, const char __user *src, size_t mlen)
|
|
struct cld_net *cn = nn->cld_net;
|
|
struct cld_net *cn = nn->cld_net;
|
|
|
|
|
|
if (mlen != sizeof(*cmsg)) {
|
|
if (mlen != sizeof(*cmsg)) {
|
|
- dprintk("%s: got %lu bytes, expected %lu\n", __func__, mlen,
|
|
|
|
|
|
+ dprintk("%s: got %zu bytes, expected %zu\n", __func__, mlen,
|
|
sizeof(*cmsg));
|
|
sizeof(*cmsg));
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
}
|
|
}
|