aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-08 23:15:38 +0800
committerStefan Schmidt <stefan@datenfreihafen.org>2022-08-23 10:06:57 +0200
commitb5a990209d72615e3cac2b3b0d8ddd445c020cf5 (patch)
tree7e515b4656c349283a88163d6c1d219ef2837425
parentieee802154/adf7242: defer destroy_workqueue call (diff)
downloadlinux-dev-b5a990209d72615e3cac2b3b0d8ddd445c020cf5.tar.xz
linux-dev-b5a990209d72615e3cac2b3b0d8ddd445c020cf5.zip
net/ieee802154: fix repeated words in comments
Delete the redundant word 'was'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220708151538.51483-1-yuanjilin@cdjrlc.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
-rw-r--r--drivers/net/ieee802154/ca8210.c2
1 files changed, 1 insertions, 1 deletions
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
*/