Re: [PATCH v2 05/13] net: phy: add qca8081 ethernet phy driver

From: Russell King (Oracle)
Date: Fri Oct 15 2021 - 03:54:57 EST


On Fri, Oct 15, 2021 at 03:34:57PM +0800, Luo Jie wrote:
> @@ -1431,6 +1433,18 @@ static struct phy_driver at803x_driver[] = {
> .get_sset_count = at803x_get_sset_count,
> .get_strings = at803x_get_strings,
> .get_stats = at803x_get_stats,
> +}, {
> + /* Qualcomm QCA8081 */
> + PHY_ID_MATCH_EXACT(QCA8081_PHY_ID),
> + .name = "Qualcomm QCA8081 PHY",

I don't think we need the " PHY" suffix. This name gets printed in a
context where it's obvious it's a network PHY.

--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!