diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-03-15 02:47:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-15 21:58:17 +0300 |
commit | 3d4c3cec0909dc9c40db82a74aae0cdf3f5ad138 (patch) | |
tree | 2e9383d8889e63dc83b2da4b738d3566fd5cd44d /drivers | |
parent | eab2fc822af38f31fd5f4e731b5d10b94904d919 (diff) | |
download | linux-3d4c3cec0909dc9c40db82a74aae0cdf3f5ad138.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/realtek/atp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/realtek/atp.c b/drivers/net/ethernet/realtek/atp.c index cfb67b746595..58e0ca9093d3 100644 --- a/drivers/net/ethernet/realtek/atp.c +++ b/drivers/net/ethernet/realtek/atp.c @@ -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; } |