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

net: phy: aquantia: fix commenting format

Comment was erroneously added with /**, amend this to use /* as it is
not a kernel-doc.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202504262247.1UBrDBVN-lkp@intel.com/
Signed-off-by: Aryan Srivastava <aryan.srivastava@alliedtelesis.co.nz>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250428214920.813038-1-aryan.srivastava@alliedtelesis.co.nz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Aryan Srivastava and committed by
Jakub Kicinski
aa6dcab1 d899e4d5

+2 -4
+2 -4
drivers/net/phy/aquantia/aquantia_main.c
··· 516 516 if (!phydev->link || phydev->autoneg == AUTONEG_DISABLE) 517 517 return 0; 518 518 519 - /** 520 - * The status register is not immediately correct on line side link up. 519 + /* The status register is not immediately correct on line side link up. 521 520 * Poll periodically until it reflects the correct ON state. 522 521 * Only return fail for read error, timeout defaults to OFF state. 523 522 */ ··· 633 634 if (!phydev->link || phydev->autoneg == AUTONEG_DISABLE) 634 635 return 0; 635 636 636 - /** 637 - * The status register is not immediately correct on line side link up. 637 + /* The status register is not immediately correct on line side link up. 638 638 * Poll periodically until it reflects the correct ON state. 639 639 * Only return fail for read error, timeout defaults to OFF state. 640 640 */