Re: [PATCH v5 4/6] net: phy: at803x: add the function phydev_id_is_qca808x

From: Jakub Kicinski
Date: Sat Nov 18 2023 - 19:23:31 EST


On Sat, 18 Nov 2023 14:27:52 +0800 Luo Jie wrote:
> +static inline bool phydev_id_is_qca808x(struct phy_device *phydev)

Please drop the "inline" keyword. The compiler will decide what's best.