From: Alexander Zarochentsev Date: Fri, 31 Oct 2014 18:48:45 +0000 (+0300) Subject: LU-12370 ptlrpc: grammar fix. X-Git-Tag: 2.13.51~191 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F36508%2F4;p=fs%2Flustre-release.git LU-12370 ptlrpc: grammar fix. ptlrpc_invalidate_import() error message grammar fix. Test-Parameters: trivial Cray-bug-id: LUS-4015 Change-Id: Ic1a99440f381ed982e348267996e4523aef8ebad Signed-off-by: Alexander Zarochentsev Reviewed-on: https://review.whamcloud.com/36508 Reviewed-by: Andrew Perepechko Tested-by: jenkins Reviewed-by: Stephan Thiell Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: Colin Faber --- diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index baf05c1..ea7eda6 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -396,7 +396,7 @@ void ptlrpc_invalidate_import(struct obd_import *imp) } CERROR("%s: Unregistering RPCs found (%d). " - "Network is sluggish? Waiting them " + "Network is sluggish? Waiting for them " "to error out.\n", cli_tgt, atomic_read(&imp->imp_unregistering)); }