Files
linux/drivers
Russell King (Oracle) bf351bbec5 net: stmmac: stmmac_is_jumbo_frm() returns boolean
stmmac_is_jumbo_frm() returns whether the driver considers the frame
size to be a jumbo frame, and thus returns 0/1 values. This is boolean,
so convert it to return a boolean and use false/true instead. Also
convert stmmac_xmit()'s is_jumbo to be bool, which causes several
variables to be repositioned to keep it in reverse Christmas-tree
order.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/E1vLIWW-0000000Ewkl-21Ia@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-19 08:33:49 -08:00
..
2025-10-28 13:42:31 +01:00
2025-10-01 00:00:45 +00:00
2025-10-19 18:56:14 -07:00
2025-09-29 00:17:22 +02:00
2025-11-17 19:32:32 -08:00
2025-09-22 09:35:21 -04:00
2025-10-01 07:24:43 -04:00