mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
SVCRDMA: fix recent printk format warnings.
printk formats in prior commit were reversed/incorrect. Compiled without warning on x86 and x86_64, but detected on ppc. Signed-off-by: Tom Talpey <tmtalpey@gmail.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
55420c24a0
commit
2e3c230bc7
@ -235,7 +235,7 @@ static int map_xdr(struct svcxprt_rdma *xprt,
|
||||
}
|
||||
|
||||
dprintk("svcrdma: map_xdr: sge_no %d page_no %d "
|
||||
"page_base %zd page_len %zd head_len %d tail_len %d\n",
|
||||
"page_base %u page_len %u head_len %zu tail_len %zu\n",
|
||||
sge_no, page_no, xdr->page_base, xdr->page_len,
|
||||
xdr->head[0].iov_len, xdr->tail[0].iov_len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user