[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VfuMJ5kfRDB4tE2zr2Em79HiwrDJVROnw+kD3H+QNM4sg@mail.gmail.com>
Date: Tue, 8 Jun 2021 11:44:27 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Zhen Lei <thunder.leizhen@...wei.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 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/`.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists