Re: [PATCH net-next v2] net: phy: dp8382x: keep WOL settings across suspends

From: Jakub Kicinski
Date: Tue Apr 02 2024 - 20:45:47 EST


On Thu, 28 Mar 2024 14:33:58 +0100 Catalin Popescu wrote:
> -static int dp83822_set_wol(struct phy_device *phydev,
> - struct ethtool_wolinfo *wol)
> +static int _dp83822_set_wol(struct phy_device *phydev,
> + struct ethtool_wolinfo *wol)

Why the underscore, you can all this any number of things maybe
dp83822_config_wol() or dp83822_apply_wol()?