diff options
-rw-r--r-- | net/sunrpc/svcsock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index 0e8b667337a2..3f959c681885 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c | |||
@@ -1027,7 +1027,7 @@ static int receive_cb_reply(struct svc_sock *svsk, struct svc_rqst *rqstp) | |||
1027 | "%s: Got unrecognized reply: " | 1027 | "%s: Got unrecognized reply: " |
1028 | "calldir 0x%x xpt_bc_xprt %p xid %08x\n", | 1028 | "calldir 0x%x xpt_bc_xprt %p xid %08x\n", |
1029 | __func__, ntohl(calldir), | 1029 | __func__, ntohl(calldir), |
1030 | bc_xprt, xid); | 1030 | bc_xprt, ntohl(xid)); |
1031 | return -EAGAIN; | 1031 | return -EAGAIN; |
1032 | } | 1032 | } |
1033 | 1033 | ||