]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'some-modifications-to-optimize-code-readability'
authorJakub Kicinski <kuba@kernel.org>
Mon, 26 Aug 2024 16:48:53 +0000 (09:48 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Aug 2024 16:48:54 +0000 (09:48 -0700)
Li Zetao says:

====================
Some modifications to optimize code readability

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.
====================

Link: https://patch.msgid.link/20240822133908.1042240-1-lizetao1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge