From 30615c003c7a64cbba7115662557ddba8163fa7f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Feb 2012 08:59:13 +0000 Subject: [PATCH] ib_srpt: Clarify a comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4147 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 76c29be1c..b4fb6a69f 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1294,7 +1294,7 @@ static void srpt_put_send_ioctx(struct srpt_send_ioctx *ioctx) } /** - * srpt_abort_cmd() - Abort a SCSI command. + * srpt_abort_cmd() - Make SCST stop processing a SCSI command. * @ioctx: I/O context associated with the SCSI command. * @context: Preferred execution context. */