From: Colin Ian King Date: Fri, 11 May 2018 13:38:59 +0000 (+0100) Subject: staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked" X-Git-Tag: v4.18-rc1~83^2~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2867706d464316d0266fcfaaea729c48d8a6e06;p=thirdparty%2Fkernel%2Flinux.git staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked" Trivial fix to spelling mistake in DEBUG_REQ message text Signed-off-by: Colin Ian King Reviewed-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/client.c b/drivers/staging/lustre/lustre/ptlrpc/client.c index eeb2812664138..a51feaeb77343 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/client.c +++ b/drivers/staging/lustre/lustre/ptlrpc/client.c @@ -2514,7 +2514,7 @@ static int ptlrpc_unregister_reply(struct ptlrpc_request *request, int async) } DEBUG_REQ(D_WARNING, request, - "Unexpectedly long timeout receiving_reply=%d req_ulinked=%d reply_unlinked=%d", + "Unexpectedly long timeout receiving_reply=%d req_unlinked=%d reply_unlinked=%d", request->rq_receiving_reply, request->rq_req_unlinked, request->rq_reply_unlinked);