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

From: Lijun Pan
Date: Wed May 19 2021 - 02:05:46 EST




> On May 19, 2021, at 12:30 AM, Hui Tang <tanghui20@xxxxxxxxxx> 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 <sukadev@xxxxxxxxxxxxx>
> Signed-off-by: Hui Tang <tanghui20@xxxxxxxxxx>
>

Acked-by: Lijun Pan <lijunp213@xxxxxxxxx>