mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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:
parent
6f38ad93e4
commit
1d51c4185b
@ -4595,7 +4595,7 @@ dma_error:
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user