OSDN Git Service

ifb: remove leading spaces before tabs
authorHui Tang <tanghui20@huawei.com>
Thu, 20 May 2021 03:47:53 +0000 (11:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 May 2021 22:10:57 +0000 (15:10 -0700)
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>
drivers/net/ifb.c

index ab70225..e9258a9 100644 (file)
        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)
 
 */