projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81a1ba
)
drivers/net/cnic.c: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Sun, 14 Nov 2010 17:04:37 +0000
(17:04 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/cnic.c
b/drivers/net/cnic.c
index 92bac19ad60ab0be5383b7566f48cc5dbbf2ab8e..594ca9c2c10a81bbbddf01bb493b4303862d1f39 100644
(file)
--- 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)