diff options
| author | Deming Wang <[email protected]> | 2022-06-24 01:31:14 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2022-06-28 04:53:04 +0000 |
| commit | e3b64a7a5af3f451d4dba607260fb7f997797fc4 (patch) | |
| tree | 9289a2987f6a37263fb0e1e65d08242626fb17e4 | |
| parent | ipmr: fix a lockdep splat in ipmr_rtm_dumplink() (diff) | |
| download | kernel-e3b64a7a5af3f451d4dba607260fb7f997797fc4.tar.gz kernel-e3b64a7a5af3f451d4dba607260fb7f997797fc4.zip | |
net: axienet: Modify function description
Delete duplicate words of "the".
Signed-off-by: Deming Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c b/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c index 48f544f6c999..2772a79cd3ed 100644 --- a/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c +++ b/drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c @@ -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, |
