From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2" Date: Thu, 13 Dec 2018 21:01:01 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: "Robert P. J. Day" , Linux kernel netdev mailing list , andrew@lunn.ch Return-path: Received: from mail-ot1-f43.google.com ([209.85.210.43]:42860 "EHLO mail-ot1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726437AbeLNFBF (ORCPT ); Fri, 14 Dec 2018 00:01:05 -0500 Received: by mail-ot1-f43.google.com with SMTP id v23so4256046otk.9 for ; Thu, 13 Dec 2018 21:01:05 -0800 (PST) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Le 12/13/18 à 12:00 PM, Robert P. J. Day a écrit : > > Signed-off-by: Robert P. J. Day Reviewed-by: Florian Fainelli > > --- > > diff --git a/include/linux/mod_devicetable.h > b/include/linux/mod_devicetable.h > index 01797cb4587e..a0dcc9b6a723 100644 > --- a/include/linux/mod_devicetable.h > +++ b/include/linux/mod_devicetable.h > @@ -565,7 +565,7 @@ struct platform_device_id { > /** > * struct mdio_device_id - identifies PHY devices on an MDIO/MII bus > * @phy_id: The result of > - * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&PHYSID2)) & @phy_id_mask > + * (mdio_read(&MII_PHYSID1) << 16 | mdio_read(&MII_PHYSID2)) & @phy_id_mask > * for this PHY type > * @phy_id_mask: Defines the significant bits of @phy_id. A value of 0 > * is used to terminate an array of struct mdio_device_id. > -- Florian