All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Hui Tang <tanghui20@huawei.com>
Cc: <linux-wireless@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<tanghui20@huawei.com>, Ganapathi Bhat <ganapathi.bhat@nxp.com>
Subject: Re: [1/3] libertas: remove leading spaces before tabs
Date: Tue, 15 Jun 2021 13:16:44 +0000 (UTC)	[thread overview]
Message-ID: <20210615131644.CDD41C433D3@smtp.codeaurora.org> (raw)
In-Reply-To: <1621407345-10625-2-git-send-email-tanghui20@huawei.com>

Hui Tang <tanghui20@huawei.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@nxp.com>
> Signed-off-by: Hui Tang <tanghui20@huawei.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


  reply	other threads:[~2021-06-15 13:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  6:55 [PATCH 0/3] net: wireless: remove leading spaces before tabs Hui Tang
2021-05-19  6:55 ` [PATCH 1/3] net: libertas: " Hui Tang
2021-06-15 13:16   ` Kalle Valo [this message]
2021-05-19  6:55 ` [PATCH 2/3] rt2x00: " Hui Tang
2021-05-19  6:55 ` [PATCH 3/3] net: ti: " Hui Tang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210615131644.CDD41C433D3@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=ganapathi.bhat@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tanghui20@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.