From d9abf60c23b46de7257071f3b6687a9deb29c033 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 19 Sep 2009 19:01:30 +0000 Subject: [PATCH] Fixed typo in an error message. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1119 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index bbe993908..ec1b72590 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2340,7 +2340,7 @@ static int srpt_xmit_response(struct scst_cmd *scmnd) srp_rsp = ioctx->buf; if (unlikely(scst_cmd_aborted(scmnd))) { - PRINT_ERROR("%s: tag= %lld already get aborted", + PRINT_ERROR("%s: tag= %lld already got aborted", __func__, (unsigned long long)tag); goto out_aborted; }