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

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

drivers/net/e1000e: Remove unnecessary semicolons

parent 6f38ad93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4595,7 +4595,7 @@ static int e1000_tx_map(struct e1000_adapter *adapter,
			i += tx_ring->count;
		i--;
		buffer_info = &tx_ring->buffer_info[i];
		e1000_put_txbuf(adapter, buffer_info);;
		e1000_put_txbuf(adapter, buffer_info);
	}

	return 0;