summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2025-11-18 13:01:20 +0300
committerJakub Kicinski <kuba@kernel.org>2025-11-19 19:33:49 +0300
commitbf351bbec57fd4d09177974f762cf553a5ef8663 (patch)
tree4bfc85046d6ffcfedd03f378f08dd38683af3147 /include/linux
parentb5adada61e02c19fce48641283f0031d28981066 (diff)
downloadlinux-bf351bbec57fd4d09177974f762cf553a5ef8663.tar.xz
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>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions