trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -3966,7 +3966,7 @@ static int igb_set_vf_multicasts(struct igb_adapter *adapter,
|
||||
/* VFs are limited to using the MTA hash table for their multicast
|
||||
* addresses */
|
||||
for (i = 0; i < n; i++)
|
||||
vf_data->vf_mc_hashes[i] = hash_list[i];;
|
||||
vf_data->vf_mc_hashes[i] = hash_list[i];
|
||||
|
||||
/* Flush and reset the mta with the new values */
|
||||
igb_set_rx_mode(adapter->netdev);
|
||||
|
Reference in New Issue
Block a user