All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Hongbo Li <lihongbo22@huawei.com>
Cc: davem@davemloft.net, dsahern@kernel.org, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, jmaloy@redhat.com,
	ying.xue@windriver.com, kadlec@netfilter.org, horms@kernel.org,
	netdev@vger.kernel.org, netfilter-devel@vger.kernel.org
Subject: Re: [PATCH net-next v2 3/5] net/netfilter: make use of the helper macro LIST_HEAD()
Date: Wed, 4 Sep 2024 12:03:25 +0200	[thread overview]
Message-ID: <ZtgwbaDkfCsKCuEj@calendula> (raw)
In-Reply-To: <20240904093243.3345012-4-lihongbo22@huawei.com>

On Wed, Sep 04, 2024 at 05:32:41PM +0800, Hongbo Li wrote:
> list_head can be initialized automatically with LIST_HEAD()
> instead of calling INIT_LIST_HEAD(). Here we can simplify
> the code.
> 
> Signed-off-by: Hongbo Li <lihongbo22@huawei.com>

Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>

  reply	other threads:[~2024-09-04 10:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04  9:32 [PATCH net-next v2 0/5] make use of the helper macro LIST_HEAD() Hongbo Li
2024-09-04  9:32 ` [PATCH net-next v2 1/5] net/ipv4: " Hongbo Li
2024-09-04  9:32 ` [PATCH net-next v2 2/5] net/tipc: " Hongbo Li
2024-09-04  9:32 ` [PATCH net-next v2 3/5] net/netfilter: " Hongbo Li
2024-09-04 10:03   ` Pablo Neira Ayuso [this message]
2024-09-04  9:32 ` [PATCH net-next v2 4/5] net/ipv6: " Hongbo Li
2024-09-04  9:32 ` [PATCH net-next v2 5/5] net/core: " Hongbo Li
2024-09-07  1:20 ` [PATCH net-next v2 0/5] " patchwork-bot+netdevbpf

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=ZtgwbaDkfCsKCuEj@calendula \
    --to=pablo@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jmaloy@redhat.com \
    --cc=kadlec@netfilter.org \
    --cc=kuba@kernel.org \
    --cc=lihongbo22@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ying.xue@windriver.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.