diff options
author | Deming Wang <wangdeming@inspur.com> | 2022-06-24 04:31:14 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-28 07:53:04 +0300 |
commit | e3b64a7a5af3f451d4dba607260fb7f997797fc4 (patch) | |
tree | 9289a2987f6a37263fb0e1e65d08242626fb17e4 | |
parent | 0fcae3c8b1b32d79cb4bbf841023757358fb0413 (diff) | |
download | linux-e3b64a7a5af3f451d4dba607260fb7f997797fc4.tar.xz |
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>
-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, |