diff options
author | Hui Tang <tanghui20@huawei.com> | 2021-05-20 11:47:53 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-20 15:10:57 -0700 |
commit | cf9207d77aef758efe884e3edb6bf38baacf24ec (patch) | |
tree | ed00166c5d0b8f8edca833147a6ba8ebc8ef4342 /drivers/net/ifb.c | |
parent | 20a4fc3bc2849068c4119c9ce4d57e8f18a1b329 (diff) |
ifb: 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/'
Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ifb.c')
-rw-r--r-- | drivers/net/ifb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ifb.c b/drivers/net/ifb.c index ab7022582154..e9258a9f3702 100644 --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c @@ -16,10 +16,10 @@ by Patrick McHardy and then maintained by Andre Correa. You need the tc action mirror or redirect to feed this device - packets. + packets. - Authors: Jamal Hadi Salim (2005) + Authors: Jamal Hadi Salim (2005) */ |