linux/drivers/net/ethernet/8390
Hui Tang 59909c1ab7 net: 8390: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running the
following commard:

	$ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/'
	$ find . -name '*.h' | xargs sed -r -i 's/^[ ]+\t/\t/'

Cc: Armin Wolf <W_Armin@gmx.de>
Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-05-19 12:17:31 -07:00
..
8390.c
8390.h
8390p.c
apne.c
ax88796.c
axnet_cs.c net: 8390: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
etherh.c
hydra.c
Kconfig
lib8390.c
mac8390.c net/mac8390: discard unnecessary breaks 2020-10-29 19:03:46 -07:00
Makefile
mcf8390.c
ne.c ne2k: Fix Typo in RW-Bugfix 2020-10-31 16:17:02 -07:00
ne2k-pci.c ne2k: Fix Typo in RW-Bugfix 2020-10-31 16:17:02 -07:00
pcnet_cs.c net: 8390: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
smc-ultra.c net: 8390: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
stnic.c net: 8390: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
wd.c
xsurf100.c
zorro8390.c