Re: [PATCH net-next 4/4] enetc: reorder macros and functions

2020-12-16 Thread Vladimir Oltean
On Tue, Dec 15, 2020 at 10:22:00PM +0100, Michael Walle wrote: > Now that there aren't any more macros with parameters, move the macros > above any functions. > > Signed-off-by: Michael Walle > --- Reviewed-by: Vladimir Oltean

Re: [PATCH net-next 4/4] enetc: reorder macros and functions

2020-12-15 Thread Andrew Lunn
On Tue, Dec 15, 2020 at 10:22:00PM +0100, Michael Walle wrote: > Now that there aren't any more macros with parameters, move the macros > above any functions. > > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 4/4] enetc: reorder macros and functions

2020-12-15 Thread Michael Walle
Now that there aren't any more macros with parameters, move the macros above any functions. Signed-off-by: Michael Walle --- .../net/ethernet/freescale/enetc/enetc_mdio.c | 22 +-- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/net/ethernet/freescale/enet