Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
David S. Miller
059d37b7 7f6ca95d

-1
-1
include/linux/phy.h
··· 568 568 * - Bits [31:24] are reserved for defining generic 569 569 * PHY driver behavior. 570 570 * @irq: IRQ number of the PHY's interrupt (-1 if none) 571 - * @phy_timer: The timer for handling the state machine 572 571 * @phylink: Pointer to phylink instance for this PHY 573 572 * @sfp_bus_attached: Flag indicating whether the SFP bus has been attached 574 573 * @sfp_bus: SFP bus attached to this PHY's fiber port