mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									7f6ca95d16
								
							
						
					
					
						commit
						059d37b718
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue