]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drivers/net/cnic.c: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Sun, 14 Nov 2010 17:04:37 +0000 (17:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Nov 2010 19:07:15 +0000 (11:07 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cnic.c

index 92bac19ad60ab0be5383b7566f48cc5dbbf2ab8e..594ca9c2c10a81bbbddf01bb493b4303862d1f39 100644 (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)