linux-stable/drivers/net/ethernet/3com
Hui Tang 959dc069ae net: 3com: remove leading spaces before tabs
There are a few leading space 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: Steffen Klassert <klassert@kernel.org>
Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-05-19 12:17:30 -07:00
..
3c59x.c net: 3com: remove leading spaces before tabs 2021-05-19 12:17:30 -07:00
3c509.c net: 3c509: Fix fall-through warnings for Clang 2021-03-10 12:45:15 -08:00
3c515.c drivers: Remove inclusion of vermagic header 2020-04-21 13:27:37 -07:00
3c574_cs.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
3c589_cs.c net/3com: Delete driver and module versions from 3com drivers 2020-02-24 11:23:36 -08:00
Kconfig docs: networking: reorganize driver documentation again 2020-06-26 16:08:44 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
typhoon.c networking changes for the 5.10 merge window 2020-10-15 18:42:13 -07:00
typhoon.h net: typhoon: Fix a typo Typoon --> Typhoon 2020-10-03 17:23:02 -07:00