Re: [PATCH net-next] net: phylink: Add phylinksetfixed_link() to configure fixed link state in phylink
From: Andrew Lunn
Date: Mon Aug 19 2024 - 12:09:26 EST
> +/**
> + * phylink_set_fixed_link() - set the fixed link
> + * @pl: a pointer to a &struct phylink returned from phylink_create()
> + * @state: a pointer to a struct phylink_link_state.
> + *
> + * This function is used when the link parameters are known and do not change,
> + * making it suitable for certain types of network connections.
> + *
> + * Returns zero on success, or negative error code.
kernel doc requires a : after Returns. The tooling is getting more
picky about this and pointing out this error. But there is a lot of
code which gets this wrong, so you probably cut/paste a bad example.
Andrew
---
pw-bot: cr