commit | f0f46c2a3d8ea9d1427298c8103a777d9e616c29 | [log] [tgz] |
---|---|---|
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | Fri Nov 08 16:01:55 2024 +0000 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Nov 11 19:05:14 2024 -0800 |
tree | 5ad228307ebd19159a01044e8f3456b670d13d12 | |
parent | 92abfcb4ced482afbe65d18980e6734fe1e62a34 [diff] |
net: phylink: move MLO_AN_PHY resolve handling to if() statement The switch() statement doesn't sit very well with the preceeding if() statements, and results in excessive indentation that spoils code readability. Continue cleaning this up by converting the MLO_AN_PHY case to use an if() statmeent. Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Link: https://patch.msgid.link/E1t9RQp-002Fet-5W@rmk-PC.armlinux.org.uk Signed-off-by: Jakub Kicinski <kuba@kernel.org>