Re: [PATCH net-next v3 2/3] net: phy: mxl-86110: fix indentation in struct phy_driver

From: Andrew Lunn
Date: Wed Aug 20 2025 - 08:41:22 EST


On Wed, Aug 20, 2025 at 01:11:29PM +0100, Daniel Golle wrote:
61;8003;1c> The .led_hw_control_get and .led_hw_control_set ops are indented with
> spaces instead of tabs, unlike the rest of the values of the PHY's
> struct phy_driver instance.
> Use tabs instead of spaces resulting in a uniform indentation style.
>
> Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew