summaryrefslogtreecommitdiffstats
path: root/drivers/net/cnic.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-14 17:04:37 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-15 11:07:15 -0800
commit779bb41d4bd111d5631d58d1bf2d00b5c4389c80 (patch)
treef4890d0bfaff208372e4067f183135d54641dfdf /drivers/net/cnic.c
parente81a1ba815666ec02ef5bf0e17cf256c88d233b3 (diff)
downloadop-kernel-dev-779bb41d4bd111d5631d58d1bf2d00b5c4389c80.zip
op-kernel-dev-779bb41d4bd111d5631d58d1bf2d00b5c4389c80.tar.gz
drivers/net/cnic.c: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cnic.c')
-rw-r--r--drivers/net/cnic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cnic.c b/drivers/net/cnic.c
index 92bac19..594ca9c 100644
--- a/drivers/net/cnic.c
+++ b/drivers/net/cnic.c
@@ -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)
OpenPOWER on IntegriCloud