summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-08 18:15:38 +0300
committerStefan Schmidt <stefan@datenfreihafen.org>2022-08-23 11:06:57 +0300
commitb5a990209d72615e3cac2b3b0d8ddd445c020cf5 (patch)
tree7e515b4656c349283a88163d6c1d219ef2837425 /drivers/net/ieee802154
parentafe7116f6d3b888778ed6d95e3cf724767b9aedf (diff)
downloadlinux-b5a990209d72615e3cac2b3b0d8ddd445c020cf5.tar.xz
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>
Diffstat (limited to 'drivers/net/ieee802154')
-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
*/