Commit 779bb41d authored by Joe Perches's avatar Joe Perches Committed by David S. Miller

drivers/net/cnic.c: Remove unnecessary semicolons

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e81a1ba8
...@@ -1695,7 +1695,7 @@ static int cnic_bnx2x_iscsi_ofld1(struct cnic_dev *dev, struct kwqe *wqes[], ...@@ -1695,7 +1695,7 @@ static int cnic_bnx2x_iscsi_ofld1(struct cnic_dev *dev, struct kwqe *wqes[],
*work = num; *work = num;
return -EINVAL; return -EINVAL;
} }
*work = 2 + req2->num_additional_wqes;; *work = 2 + req2->num_additional_wqes;
l5_cid = req1->iscsi_conn_id; l5_cid = req1->iscsi_conn_id;
if (l5_cid >= MAX_ISCSI_TBL_SZ) if (l5_cid >= MAX_ISCSI_TBL_SZ)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment