]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"
authorColin Ian King <colin.king@canonical.com>
Fri, 11 May 2018 13:38:59 +0000 (14:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 11:55:06 +0000 (13:55 +0200)
Trivial fix to spelling mistake in DEBUG_REQ message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c

index eeb2812664138a2714247e965c44ac7b0662ce28..a51feaeb77343783744a6ce5c7e8cb42960c605b 100644 (file)
@@ -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);