[PATCH net-next 3/8] net: phy: add getters for public members of struct phy_package_shared
Jakub Kicinski
kuba at kernel.org
Mon Feb 24 18:01:52 PST 2025
On Wed, 19 Feb 2025 22:04:47 +0100 Heiner Kallweit wrote:
> +struct device_node *phy_package_shared_get_node(struct phy_device *phydev);
> +void *phy_package_shared_get_priv(struct phy_device *phydev);
A bit sad that none of the users can fit in a line with this naming.
Isn't "shared" implied by "package" here ?
How would you feel about phy_package_get_priv() ?
More information about the linux-arm-kernel
mailing list