diff options
author | Yangyang Li <liyangyang20@huawei.com> | 2021-03-29 11:01:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 23:23:58 +0300 |
commit | b52f6425481ce7963b86ef1a171b28f422ffbea1 (patch) | |
tree | 33f234850ab2137775de61377443354ba0f5f3f6 /drivers/net/ethernet/marvell/skge.c | |
parent | 0bc7f8d54a9facebed58349d196450b4dd5de4b5 (diff) | |
download | linux-b52f6425481ce7963b86ef1a171b28f422ffbea1.tar.xz |
net: marvell: Delete duplicate word in comments
Delete duplicate word in two comments.
Signed-off-by: Yangyang Li <liyangyang20@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/skge.c')
-rw-r--r-- | drivers/net/ethernet/marvell/skge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c index 8a9c0f490bfb..c0882c77b302 100644 --- a/drivers/net/ethernet/marvell/skge.c +++ b/drivers/net/ethernet/marvell/skge.c @@ -1617,7 +1617,7 @@ static void genesis_mac_init(struct skge_hw *hw, int port) xm_write16(hw, port, XM_TX_THR, 512); /* - * Enable the reception of all error frames. This is is + * Enable the reception of all error frames. This is * a necessary evil due to the design of the XMAC. The * XMAC's receive FIFO is only 8K in size, however jumbo * frames can be up to 9000 bytes in length. When bad |