2021-05-19 19:16:50

by Lijun Pan

[permalink] [raw]
Subject: Re: [PATCH 09/20] net: ibm: remove leading spaces before tabs



> On May 19, 2021, at 12:30 AM, Hui Tang <[email protected]> wrote:
>
> 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: Sukadev Bhattiprolu <[email protected]>
> Signed-off-by: Hui Tang <[email protected]>
> —

Acked-by: Lijun Pan <[email protected]>