linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Guangbin Huang <huangguangbin2@huawei.com>
Cc: davem@davemloft.net, kuba@kernel.org, xie.he.0141@gmail.com,
	ms@dev.tdt.de, willemb@google.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, lipeng321@huawei.com
Subject: Re: [PATCH net-next 00/16] net: farsync: clean up some code style issues
Date: Tue, 08 Jun 2021 19:10:05 +0000	[thread overview]
Message-ID: <162317940592.2276.12187264761710444622.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <1623139962-34847-1-git-send-email-huangguangbin2@huawei.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue, 8 Jun 2021 16:12:26 +0800 you wrote:
> From: Peng Li <lipeng321@huawei.com>
> 
> This patchset clean up some code style issues.
> 
> Peng Li (16):
>   net: farsync: remove redundant blank lines
>   net: farsync: add blank line after declarations
>   net: farsync: fix the code style issue about "foo* bar"
>   net: farsync: move out assignment in if condition
>   net: farsync: remove redundant initialization for statics
>   net: farsync: fix the comments style issue
>   net: farsync: remove trailing whitespaces
>   net: farsync: code indent use tabs where possible
>   net: farsync: fix the code style issue about macros
>   net: farsync: add some required spaces
>   net: farsync: remove redundant braces {}
>   net: farsync: remove redundant spaces
>   net: farsync: remove unnecessary parentheses
>   net: farsync: fix the alignment issue
>   net: farsync: remove redundant return
>   net: farsync: replace comparison to NULL with "fst_card_array[i]"
> 
> [...]

Here is the summary with links:
  - [net-next,01/16] net: farsync: remove redundant blank lines
    https://git.kernel.org/netdev/net-next/c/34de4c85f393
  - [net-next,02/16] net: farsync: add blank line after declarations
    https://git.kernel.org/netdev/net-next/c/50d4c363366a
  - [net-next,03/16] net: farsync: fix the code style issue about "foo* bar"
    https://git.kernel.org/netdev/net-next/c/8ea4bfb30abc
  - [net-next,04/16] net: farsync: move out assignment in if condition
    https://git.kernel.org/netdev/net-next/c/40996bcfe965
  - [net-next,05/16] net: farsync: remove redundant initialization for statics
    https://git.kernel.org/netdev/net-next/c/8ccac4a58aa8
  - [net-next,06/16] net: farsync: fix the comments style issue
    https://git.kernel.org/netdev/net-next/c/14b9764ccfeb
  - [net-next,07/16] net: farsync: remove trailing whitespaces
    https://git.kernel.org/netdev/net-next/c/d70711da30f0
  - [net-next,08/16] net: farsync: code indent use tabs where possible
    https://git.kernel.org/netdev/net-next/c/3a950181f6f5
  - [net-next,09/16] net: farsync: fix the code style issue about macros
    https://git.kernel.org/netdev/net-next/c/7619ab161892
  - [net-next,10/16] net: farsync: add some required spaces
    https://git.kernel.org/netdev/net-next/c/37947a9be3d1
  - [net-next,11/16] net: farsync: remove redundant braces {}
    https://git.kernel.org/netdev/net-next/c/fa8d10b54760
  - [net-next,12/16] net: farsync: remove redundant spaces
    https://git.kernel.org/netdev/net-next/c/b64b5aee7358
  - [net-next,13/16] net: farsync: remove redundant parentheses
    https://git.kernel.org/netdev/net-next/c/ae1be3fad569
  - [net-next,14/16] net: farsync: fix the alignment issue
    https://git.kernel.org/netdev/net-next/c/d2a1054b8b02
  - [net-next,15/16] net: farsync: remove redundant return
    https://git.kernel.org/netdev/net-next/c/f01f906ffefc
  - [net-next,16/16] net: farsync: replace comparison to NULL with "fst_card_array[i]"
    https://git.kernel.org/netdev/net-next/c/f23a3da78a31

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-06-08 19:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  8:12 [PATCH net-next 00/16] net: farsync: clean up some code style issues Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 01/16] net: farsync: remove redundant blank lines Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 02/16] net: farsync: add blank line after declarations Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 03/16] net: farsync: fix the code style issue about "foo* bar" Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 04/16] net: farsync: move out assignment in if condition Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 05/16] net: farsync: remove redundant initialization for statics Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 06/16] net: farsync: fix the comments style issue Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 07/16] net: farsync: remove trailing whitespaces Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 08/16] net: farsync: code indent use tabs where possible Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 09/16] net: farsync: fix the code style issue about macros Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 10/16] net: farsync: add some required spaces Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 11/16] net: farsync: remove redundant braces {} Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 12/16] net: farsync: remove redundant spaces Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 13/16] net: farsync: remove redundant parentheses Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 14/16] net: farsync: fix the alignment issue Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 15/16] net: farsync: remove redundant return Guangbin Huang
2021-06-08  8:12 ` [PATCH net-next 16/16] net: farsync: replace comparison to NULL with "fst_card_array[i]" Guangbin Huang
2021-06-08 19:10 ` patchwork-bot+netdevbpf [this message]

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=162317940592.2276.12187264761710444622.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=huangguangbin2@huawei.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lipeng321@huawei.com \
    --cc=ms@dev.tdt.de \
    --cc=netdev@vger.kernel.org \
    --cc=willemb@google.com \
    --cc=xie.he.0141@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).