[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <da4915c5-fa13-0cf2-f2d2-02779a64af1b@huawei.com>
Date: Tue, 8 Jun 2021 17:00:14 +0800
From: "Leizhen (ThunderTown)" <thunder.leizhen@...wei.com>
To: Andy Shevchenko <andy.shevchenko@...il.com>
CC: Andy Shevchenko <andy@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] lib: remove leading spaces before tabs
On 2021/6/8 16:44, Andy Shevchenko wrote:
> On Tue, Jun 8, 2021 at 10:14 AM Zhen Lei <thunder.leizhen@...wei.com> wrote:
>>
>> 1) Run the following command to find and remove the leading spaces before
>> tabs:
>> find lib/ -type f | xargs sed -r -i 's/^[ ]+\t/\t/'
>
> Hint for the future, try to use what Git provides, for example `git
> ls-files -- lib/`.
Okay, thanks. I learned a new trick.
>
Powered by blists - more mailing lists