Re: [PATCH net-next v8 12/13] net: phy: mediatek: Fix alignment in callback functions' hook
From: Andrew Lunn
Date: Sat Jun 22 2024 - 14:31:25 EST
On Fri, Jun 21, 2024 at 08:20:44PM +0800, Sky Huang wrote:
> From: "SkyLake.Huang" <skylake.huang@xxxxxxxxxxxx>
>
> Align declarations in mtk_gephy_driver(mtk-ge.c) and
> mtk_socphy_driver(mtk-ge-soc.c). At first, some of them are
> ".foo<tab>= method_foo", and others are ".bar<space>= method_bar".
> Use space instead for all of them here in case line is longer than
> 80 chars.
>
> Signed-off-by: SkyLake.Huang <skylake.huang@xxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew