Skip to content

Commit

Permalink
drivers/net/ixgbe: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 15, 2010
1 parent 1d51c41 commit e81a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ixgbe/ixgbe_sriov.c
Original file line number Diff line number Diff line change
@@ -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++) {

0 comments on commit e81a1ba

Please sign in to comment.