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
This commit is contained in:
Bart Van Assche
2015-02-16 12:53:12 +00:00
parent c2b09b243c
commit edb4d579fb

View File

@@ -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);