[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220708151538.51483-1-yuanjilin@cdjrlc.com>
Date: Fri, 8 Jul 2022 23:15:38 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: alex.aring@...il.com, stefan@...enfreihafen.org,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com
Cc: linux-wpan@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] net/ieee802154: fix repeated words in comments
Delete the redundant word 'was'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/net/ieee802154/ca8210.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ieee802154/ca8210.c b/drivers/net/ieee802154/ca8210.c
index 42c0b451088d..450b16ad40a4 100644
--- a/drivers/net/ieee802154/ca8210.c
+++ b/drivers/net/ieee802154/ca8210.c
@@ -2293,7 +2293,7 @@ static int ca8210_set_csma_params(
* @retries: Number of retries
*
* Sets the number of times to retry a transmission if no acknowledgment was
- * was received from the other end when one was requested.
+ * received from the other end when one was requested.
*
* Return: 0 or linux error code
*/
--
2.36.1
Powered by blists - more mailing lists