summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sis
diff options
context:
space:
mode:
authorHui Tang <tanghui20@huawei.com>2021-05-19 08:30:46 +0300
committerDavid S. Miller <davem@davemloft.net>2021-05-19 22:17:31 +0300
commitbf53445d81e3fda4b0d361e8e0c037c91890f6c8 (patch)
treeed0f494b42882b2600583011286c4180a7e453ae /drivers/net/ethernet/sis
parentf95a73a8a8a886a7be356ac2934b76aba2d761d3 (diff)
downloadlinux-bf53445d81e3fda4b0d361e8e0c037c91890f6c8.tar.xz
net: seeq: 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: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Hui Tang <tanghui20@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sis')
0 files changed, 0 insertions, 0 deletions