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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue