Re: [PATCH net v5 1/2] net: fec: Propagate PTP initialization errors

From: Jakub Kicinski

Date: Thu Sep 10 2026 - 21:08:48 EST


On Wed, 9 Sep 2026 13:47:11 +0700 phucduc.bui@xxxxxxxxx wrote:
> * cyclecounter init routine and exits.
> */
>
> -void fec_ptp_init(struct platform_device *pdev, int irq_idx)
> +int fec_ptp_init(struct platform_device *pdev, int irq_idx)

This function has a kdoc, you need to document the return value now.

Please repost this for net-next without the Fixes tags.