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:
Joe Perches 2010-11-14 17:04:32 +00:00 committed by David S. Miller
parent 6f38ad93e4
commit 1d51c4185b
1 changed files with 1 additions and 1 deletions

View File

@ -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;