drivers/net/e1000e: 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
6f38ad93e4
commit
1d51c4185b
@@ -4595,7 +4595,7 @@ dma_error:
|
|||||||
i += tx_ring->count;
|
i += tx_ring->count;
|
||||||
i--;
|
i--;
|
||||||
buffer_info = &tx_ring->buffer_info[i];
|
buffer_info = &tx_ring->buffer_info[i];
|
||||||
e1000_put_txbuf(adapter, buffer_info);;
|
e1000_put_txbuf(adapter, buffer_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user