ib_srpt: Fix a sparse warning

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5413 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-04-15 06:03:59 +00:00
parent 6a01628b2f
commit 679d1c637e
+1 -1
View File
@@ -1377,7 +1377,7 @@ static void srpt_abort_cmd(struct srpt_send_ioctx *ioctx,
TRACE_EXIT();
}
void srpt_on_abort_cmd(struct scst_cmd *cmd)
static void srpt_on_abort_cmd(struct scst_cmd *cmd)
{
struct srpt_send_ioctx *ioctx = scst_cmd_get_tgt_priv(cmd);
struct srpt_rdma_ch *ch = ioctx->ch;