]> git.ipfire.org Git - thirdparty/linux.git/commit
net: dsa: use kernel data types for ethtool ops on conduit
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 22 Nov 2025 11:23:10 +0000 (13:23 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 26 Nov 2025 01:33:55 +0000 (17:33 -0800)
commit8afabd27fe46ebf991b4aea20b74e08196c15c0c
tree72b63fbb882db4c591619d4704b7d27c38cfc1c4
parenteba81b0a6de39e2466d37e410003642282b4e546
net: dsa: use kernel data types for ethtool ops on conduit

Suppress some checkpatch 'CHECK' messages about u8 being preferable over
uint8_t, etc. No functional change.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20251122112311.138784-3-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dsa/conduit.c