lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c917d5e7-c54e-1c0e-4065-6fc91650c73b@gmail.com>
Date:   Thu, 13 Dec 2018 21:01:01 -0800
From:   Florian Fainelli <f.fainelli@...il.com>
To:     "Robert P. J. Day" <rpjday@...shcourse.ca>,
        Linux kernel netdev mailing list <netdev@...r.kernel.org>,
        andrew@...n.ch
Subject: Re: mod_devicetable.h: correct kerneldoc typo, "PHYSID2" ->
 "MII_PHYSID2"

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

Reviewed-by: Florian Fainelli <f.fainelli@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ