diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-12-22 21:06:13 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-02 14:12:45 +0000 |
commit | 059d37b718d38d26087121c754691df77acfc66b (patch) | |
tree | bf6b4d220c505c77ac76624c71fbbf65656260e9 /include/linux/phy.h | |
parent | 7f6ca95d16b96567ce4cf458a2790ff17fa620c3 (diff) | |
download | lwn-059d37b718d38d26087121c754691df77acfc66b.tar.gz lwn-059d37b718d38d26087121c754691df77acfc66b.zip |
net: phy: linux/phy.h: fix Excess kernel-doc description warning
Remove the @phy_timer: line to prevent the kernel-doc warning:
include/linux/phy.h:768: warning: Excess struct member 'phy_timer' description in 'phy_device'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: netdev@vger.kernel.org
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 3cc52826f18e..bd285950972c 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -568,7 +568,6 @@ struct macsec_ops; * - Bits [31:24] are reserved for defining generic * PHY driver behavior. * @irq: IRQ number of the PHY's interrupt (-1 if none) - * @phy_timer: The timer for handling the state machine * @phylink: Pointer to phylink instance for this PHY * @sfp_bus_attached: Flag indicating whether the SFP bus has been attached * @sfp_bus: SFP bus attached to this PHY's fiber port |