drivers/net/ixgbe: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1d51c4185b
commit
e81a1ba815
@@ -68,7 +68,7 @@ static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter,
|
|||||||
* addresses
|
* addresses
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < entries; i++) {
|
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++) {
|
for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) {
|
||||||
|
Reference in New Issue
Block a user