Netdev List
 help / color / mirror / Atom feed
* mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"
@ 2018-12-13 20:00 Robert P. J. Day
  2018-12-14  5:01 ` Florian Fainelli
  2018-12-15 20:10 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2018-12-13 20:00 UTC (permalink / raw)
  To: Linux kernel netdev mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

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.

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                  http://crashcourse.ca/dokuwiki

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"
  2018-12-13 20:00 mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2" Robert P. J. Day
@ 2018-12-14  5:01 ` Florian Fainelli
  2018-12-15 20:10 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2018-12-14  5:01 UTC (permalink / raw)
  To: Robert P. J. Day, Linux kernel netdev mailing list, andrew

Le 12/13/18 à 12:00 PM, Robert P. J. Day a écrit :
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>

> 
> ---
> 
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"
  2018-12-13 20:00 mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2" Robert P. J. Day
  2018-12-14  5:01 ` Florian Fainelli
@ 2018-12-15 20:10 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-12-15 20:10 UTC (permalink / raw)
  To: rpjday; +Cc: netdev

From: "Robert P. J. Day" <rpjday@crashcourse.ca>
Date: Thu, 13 Dec 2018 15:00:11 -0500 (EST)

> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

Applied, thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-15 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-13 20:00 mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2" Robert P. J. Day
2018-12-14  5:01 ` Florian Fainelli
2018-12-15 20:10 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox