mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user