]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drivers: net: atp: fix various indentation issues
authorColin Ian King <colin.king@canonical.com>
Thu, 14 Mar 2019 23:47:13 +0000 (23:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Mar 2019 18:58:17 +0000 (11:58 -0700)
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>
drivers/net/ethernet/realtek/atp.c

index cfb67b7465958ec4eb6ae8aa68003a777052310b..58e0ca9093d3d9b4f08fe4bd2a8b3c3db23267a0 100644 (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;
 }