dect
/
linux-2.6
Archived
13
0
Fork 0

drivers/net/cnic.c: Remove unnecessary semicolons

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2010-11-14 17:04:37 +00:00 committed by David S. Miller
parent e81a1ba815
commit 779bb41d4b
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ static int cnic_bnx2x_iscsi_ofld1(struct cnic_dev *dev, struct kwqe *wqes[],
*work = num;
return -EINVAL;
}
*work = 2 + req2->num_additional_wqes;;
*work = 2 + req2->num_additional_wqes;
l5_cid = req1->iscsi_conn_id;
if (l5_cid >= MAX_ISCSI_TBL_SZ)