isert: Fix a minor style issue

Signed-off-by: Yan Burman <yanb@mellanox.com>

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5836 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Yan Burman
2014-10-13 12:32:19 +00:00
parent 69104309ac
commit 1b147726a6

View File

@@ -531,11 +531,10 @@ static void isert_handle_wc_error(struct ib_wc *wc)
switch (wr->wr_op) {
case ISER_WR_SEND:
if (unlikely(wr->send_wr.num_sge == 0)) { /* Drain WR */
if (unlikely(wr->send_wr.num_sge == 0)) /* Drain WR */
isert_sched_conn_drained(isert_conn);
} else {
else
isert_pdu_err(&isert_pdu->iscsi);
}
break;
case ISER_WR_RDMA_READ:
isert_pdu_err(&isert_pdu->iscsi);