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

net: phy: Grammar update for comment in genphy_update_link

Enhance the grammar of the comment in genphy_update_link()
describing momentary link drop handling.

Found by inspection.

Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260121-phy-gra-v1-1-8b4d178939de@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Simon Horman and committed by
Jakub Kicinski
0b87bbf6 d07d7c3d

+1 -1
+1 -1
drivers/net/phy/phy_device.c
··· 2472 2472 /* The link state is latched low so that momentary link 2473 2473 * drops can be detected. Do not double-read the status 2474 2474 * in polling mode to detect such short link drops except 2475 - * the link was already down. 2475 + * if the link was already down. 2476 2476 */ 2477 2477 if (!phy_polling_mode(phydev) || !phydev->link) { 2478 2478 status = phy_read(phydev, MII_BMSR);