]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-macb-clean-up-several-member-settings-of-macb_config-instances'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 Mar 2026 02:00:37 +0000 (19:00 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Mar 2026 02:00:38 +0000 (19:00 -0700)
commitbd4d6b955df2333511d7800a5cf9c672d3a9cad5
tree8cfda0aa1d59ffbfe08da605af180b5c3bde82a9
parent7e27d6202e90bc1c2ff16cd3118cb5456214ee42
parent0ae998c4efd69fd5e331db7844b8cfaf07d47aea
Merge branch 'net-macb-clean-up-several-member-settings-of-macb_config-instances'

Kevin Hao says:

====================
net: macb: Clean up several member settings of macb_config instances

While debugging an issue in the macb driver, I noticed that many macb_config
instances have very similar member settings. This makes it difficult to
identify the actual differences between these instances. This patch series
aims to clean up some of these settings and clarify the specific configurations
of each macb_config instance. No functional changes are introduced.
====================

Link: https://patch.msgid.link/20260310-macb-cleanup-v1-0-928c1a91a7dc@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>