[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20210615131644.CDD41C433D3@smtp.codeaurora.org>
Date: Tue, 15 Jun 2021 13:16:44 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: Hui Tang <tanghui20@...wei.com>
Cc: <linux-wireless@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<tanghui20@...wei.com>, Ganapathi Bhat <ganapathi.bhat@....com>
Subject: Re: [1/3] libertas: remove leading spaces before tabs
Hui Tang <tanghui20@...wei.com> 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: Ganapathi Bhat <ganapathi.bhat@....com>
> Signed-off-by: Hui Tang <tanghui20@...wei.com>
3 patches applied to wireless-drivers-next.git, thanks.
bd65fe550973 libertas: remove leading spaces before tabs
084eb606dbcf rt2x00: remove leading spaces before tabs
7b7362ba27a2 wlcore: remove leading spaces before tabs
--
https://patchwork.kernel.org/project/linux-wireless/patch/1621407345-10625-2-git-send-email-tanghui20@huawei.com/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists