commit | 1d314fc1a157f3a39af68518c27a9e98b125053d | [log] [tgz] |
---|---|---|
author | Hui Tang <tanghui20@huawei.com> | Thu May 20 11:47:48 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu May 20 15:10:57 2021 -0700 |
tree | b8a7bbfda5b44df9dfe54437e69c08a37c198d2e | |
parent | 094fefd663adb651833989bb3cef7d8fd56abfb8 [diff] |
net: slip: remove leading spaces before tabs There are a few leading spaces before tabs and remove it by running the following commard: $ find . -name '*.[ch]' | 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>