Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2867706 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"



Trivial fix to spelling mistake in DEBUG_REQ message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a8da8e52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);