1
0
Fork 0

drivers: net: atp: fix various indentation issues

There is a statement that is indented incorrectly; replace
spaces with a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Colin Ian King 2019-03-14 23:47:13 +00:00 committed by David S. Miller
parent eab2fc822a
commit 3d4c3cec09
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ static void hardware_init(struct net_device *dev)
write_reg_high(ioaddr, IMR, ISRh_RxErr);
lp->tx_unit_busy = 0;
lp->pac_cnt_in_tx_buf = 0;
lp->pac_cnt_in_tx_buf = 0;
lp->saved_tx_size = 0;
}