mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 05:54:23 +08:00
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>
This commit is contained in:
parent
eab2fc822a
commit
3d4c3cec09
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user