Re: [PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841

From: Andrew Lunn
Date: Fri Feb 17 2023 - 19:55:31 EST


> +static void lan8841_ptp_update_target(struct kszphy_ptp_priv *ptp_priv,
> + const struct timespec64 *ts);
> +

Please avoid this. Move the code around so everything is in
order. Generally, i do such moves in an initial patch which only moves
code, making it easy to review.

Andrew