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:
1d51c41
)
drivers/net/ixgbe: Remove unnecessary semicolons
author
Joe Perches
<
[email protected]
>
Sun, 14 Nov 2010 17:04:33 +0000
(17:04 +0000)
committer
David S. Miller
<
[email protected]
>
Mon, 15 Nov 2010 19:06:19 +0000
(11:06 -0800)
Signed-off-by: Joe Perches <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ixgbe/ixgbe_sriov.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_sriov.c
b/drivers/net/ixgbe/ixgbe_sriov.c
index 5428153af8f31a83ca56d2beb8dea42b121d6462..93f40bcf683c35549726df344c78f931cb0ce648 100644
(file)
--- a/
drivers/net/ixgbe/ixgbe_sriov.c
+++ b/
drivers/net/ixgbe/ixgbe_sriov.c
@@
-68,7
+68,7
@@
static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter,
* addresses
*/
for (i = 0; i < entries; i++) {
- vfinfo->vf_mc_hashes[i] = hash_list[i];
;
+ vfinfo->vf_mc_hashes[i] = hash_list[i];
}
for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) {