From: patchwork-bot+netdevbpf@kernel.org
To: Li Zetao <lizetao1@huawei.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, marcel@holtmann.org, johan.hedberg@gmail.com,
luiz.dentz@gmail.com, idryomov@gmail.com, xiubli@redhat.com,
dsahern@kernel.org, trondmy@kernel.org, anna@kernel.org,
chuck.lever@oracle.com, jlayton@kernel.org, neilb@suse.de,
okorniev@redhat.com, Dai.Ngo@oracle.com, tom@talpey.com,
jmaloy@redhat.com, ying.xue@windriver.com, linux@treblig.org,
jacob.e.keller@intel.com, willemb@google.com, kuniyu@amazon.com,
wuyun.abel@bytedance.com, quic_abchauha@quicinc.com,
gouhao@uniontech.com, netdev@vger.kernel.org,
linux-bluetooth@vger.kernel.org, ceph-devel@vger.kernel.org,
linux-nfs@vger.kernel.org, tipc-discussion@lists.sourceforge.net
Subject: Re: [PATCH net-next 0/8] Some modifications to optimize code readability
Date: Mon, 26 Aug 2024 17:00:28 +0000 [thread overview]
Message-ID: <172469162851.70473.1457098908791177308.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240822133908.1042240-1-lizetao1@huawei.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 22 Aug 2024 21:39:00 +0800 you wrote:
> This patchset is mainly optimized for readability in contexts where size
> needs to be determined. By using min() or max(), or even directly
> removing redundant judgments (such as the 5th patch), the code is more
> consistent with the context.
>
> Li Zetao (8):
> atm: use min() to simplify the code
> Bluetooth: use min() to simplify the code
> net: caif: use max() to simplify the code
> libceph: use min() to simplify the code
> net: remove redundant judgments to simplify the code
> ipv6: mcast: use min() to simplify the code
> tipc: use min() to simplify the code
> SUNRPC: use min() to simplify the code
>
> [...]
Here is the summary with links:
- [net-next,1/8] atm: use min() to simplify the code
(no matching commit)
- [net-next,2/8] Bluetooth: use min() to simplify the code
(no matching commit)
- [net-next,3/8] net: caif: use max() to simplify the code
https://git.kernel.org/netdev/net-next/c/b4985aa8e312
- [net-next,4/8] libceph: use min() to simplify the code
(no matching commit)
- [net-next,5/8] net: remove redundant judgments to simplify the code
(no matching commit)
- [net-next,6/8] ipv6: mcast: use min() to simplify the code
https://git.kernel.org/netdev/net-next/c/26549dab8a46
- [net-next,7/8] tipc: use min() to simplify the code
https://git.kernel.org/netdev/net-next/c/a18308623ce3
- [net-next,8/8] SUNRPC: use min() to simplify the code
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-08-26 17:00 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 13:39 [PATCH net-next 0/8] Some modifications to optimize code readability Li Zetao
2024-08-22 13:39 ` [PATCH net-next 1/8] atm: use min() to simplify the code Li Zetao
2024-08-22 13:39 ` Dr. David Alan Gilbert
2024-08-22 13:50 ` Li Zetao
2024-08-22 20:20 ` Jacob Keller
2024-08-22 13:39 ` [PATCH net-next 2/8] Bluetooth: " Li Zetao
2024-08-24 18:15 ` Simon Horman
2024-08-22 13:39 ` [PATCH net-next 3/8] net: caif: use max() " Li Zetao
2024-08-24 17:37 ` Simon Horman
2024-08-22 13:39 ` [PATCH net-next 4/8] libceph: use min() " Li Zetao
2024-08-24 18:12 ` Simon Horman
2024-08-25 16:21 ` Ilya Dryomov
2024-08-27 7:31 ` Ilya Dryomov
2024-08-22 13:39 ` [PATCH net-next 5/8] net: remove redundant judgments " Li Zetao
2024-08-24 18:16 ` Simon Horman
2024-08-22 13:39 ` [PATCH net-next 6/8] ipv6: mcast: use min() " Li Zetao
2024-08-24 17:57 ` Simon Horman
2024-08-22 13:39 ` [PATCH net-next 7/8] tipc: " Li Zetao
2024-08-24 18:03 ` Simon Horman
2024-08-22 13:39 ` [PATCH net-next 8/8] SUNRPC: " Li Zetao
2024-08-24 18:07 ` Simon Horman
2024-08-24 18:21 ` Chuck Lever
2024-08-24 18:33 ` Trond Myklebust
2024-08-26 17:00 ` patchwork-bot+netdevbpf [this message]
2024-09-12 16:33 ` [PATCH net-next 0/8] Some modifications to optimize code readability patchwork-bot+bluetooth
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=172469162851.70473.1457098908791177308.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Dai.Ngo@oracle.com \
--cc=anna@kernel.org \
--cc=ceph-devel@vger.kernel.org \
--cc=chuck.lever@oracle.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=gouhao@uniontech.com \
--cc=idryomov@gmail.com \
--cc=jacob.e.keller@intel.com \
--cc=jlayton@kernel.org \
--cc=jmaloy@redhat.com \
--cc=johan.hedberg@gmail.com \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=linux@treblig.org \
--cc=lizetao1@huawei.com \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.org \
--cc=neilb@suse.de \
--cc=netdev@vger.kernel.org \
--cc=okorniev@redhat.com \
--cc=pabeni@redhat.com \
--cc=quic_abchauha@quicinc.com \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=tom@talpey.com \
--cc=trondmy@kernel.org \
--cc=willemb@google.com \
--cc=wuyun.abel@bytedance.com \
--cc=xiubli@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.