mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
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>
This commit is contained in:
parent
d899e4d55f
commit
aa6dcab1ea
1 changed files with 2 additions and 4 deletions
|
|
@ -516,8 +516,7 @@ static int aqr105_read_status(struct phy_device *phydev)
|
|||
if (!phydev->link || phydev->autoneg == AUTONEG_DISABLE)
|
||||
return 0;
|
||||
|
||||
/**
|
||||
* The status register is not immediately correct on line side link up.
|
||||
/* The status register is not immediately correct on line side link up.
|
||||
* Poll periodically until it reflects the correct ON state.
|
||||
* Only return fail for read error, timeout defaults to OFF state.
|
||||
*/
|
||||
|
|
@ -634,8 +633,7 @@ static int aqr107_read_status(struct phy_device *phydev)
|
|||
if (!phydev->link || phydev->autoneg == AUTONEG_DISABLE)
|
||||
return 0;
|
||||
|
||||
/**
|
||||
* The status register is not immediately correct on line side link up.
|
||||
/* The status register is not immediately correct on line side link up.
|
||||
* Poll periodically until it reflects the correct ON state.
|
||||
* Only return fail for read error, timeout defaults to OFF state.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue