mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: axienet: Modify function description
Delete duplicate words of "the". Signed-off-by: Deming Wang <wangdeming@inspur.com> Link: https://lore.kernel.org/r/20220624013114.1913-1-wangdeming@inspur.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
0fcae3c8b1
commit
e3b64a7a5a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static int axienet_mdio_read(struct mii_bus *bus, int phy_id, int reg)
|
|||
* Return: 0 on success, -ETIMEDOUT on a timeout
|
||||
*
|
||||
* Writes the value to the requested register by first writing the value
|
||||
* into MWD register. The the MCR register is then appropriately setup
|
||||
* into MWD register. The MCR register is then appropriately setup
|
||||
* to finish the write operation.
|
||||
*/
|
||||
static int axienet_mdio_write(struct mii_bus *bus, int phy_id, int reg,
|
||||
|
|
Loading…
Add table
Reference in a new issue