]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-stmmac-descriptor-cleanups-part-2'
authorJakub Kicinski <kuba@kernel.org>
Fri, 20 Mar 2026 00:18:53 +0000 (17:18 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 Mar 2026 00:18:54 +0000 (17:18 -0700)
commitb56fae3328faeef3e3e7ff286253af3bffe9b584
treec1fb463fc37335b9a1b33b7b4f3c48262b9e6860
parentb29580d58be6d4d24d66c89d9bea96db342cff00
parent6b4286e0550814cdc4b897f881ec1fa8b0313227
Merge branch 'net-stmmac-descriptor-cleanups-part-2'

Russell King says:

====================
net: stmmac: descriptor cleanups part 2

Part 2 of the stmmac descriptor cleanups.

- rename "priv->mode" to be more descriptive, and do the same in
  function arguments.
- simplify descriptor allocation/initialisation/freeing
- use more descriptive local variable names in stmmac_xmit()
- STMMAC_GET_ENTRY() doesn't get an entry, it moves to the next one.
  Describe this in the macro name.
====================

Link: https://patch.msgid.link/abruRQpjLyMkoUEP@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>