From edb4d579fb0de57234ac5aeaa40c19615f4b8f15 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2015 12:53:12 +0000 Subject: [PATCH] ib_srpt: Shorten a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6097 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 7bb99f621..c8e7ddda5 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1342,8 +1342,7 @@ static void srpt_put_send_ioctx(struct srpt_send_ioctx *ioctx) /* * If the WARN_ON() below gets triggered this means that - * srpt_unmap_sg_to_ib_sge() has not been called before - * scst_tgt_cmd_done(). + * srpt_unmap_sg_to_ib_sge() has not been called. */ WARN_ON(ioctx->mapped_sg_count);