Commit 3d4c3cec authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

drivers: net: atp: fix various indentation issues

There is a statement that is indented incorrectly; replace
spaces with a tab.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eab2fc82
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment