mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user