Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e81a1ba8 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

drivers/net/ixgbe: Remove unnecessary semicolons

parent 1d51c418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {