projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab2fc8
)
drivers: net: atp: fix various indentation issues
author
Colin Ian King
<colin.king@canonical.com>
Thu, 14 Mar 2019 23:47:13 +0000
(23:47 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/realtek/atp.c
b/drivers/net/ethernet/realtek/atp.c
index cfb67b7465958ec4eb6ae8aa68003a777052310b..58e0ca9093d3d9b4f08fe4bd2a8b3c3db23267a0 100644
(file)
--- 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;
}