From 316eddce938297ffd376d59c797cc55d50437ae9 Mon Sep 17 00:00:00 2001 From: Alexander Zarochentsev Date: Fri, 31 Oct 2014 21:48:45 +0300 Subject: [PATCH] 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 --- lustre/ptlrpc/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 1.8.3.1