summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-08 23:15:38 +0800
committerStefan Schmidt <stefan@datenfreihafen.org>2022-07-18 21:26:48 +0200
commitd90fdb9138262e2c68e4305965348dc065f5c7a3 (patch)
treea9f39d6e70889bdbccb89f30055b658419799812 /drivers/net/ieee802154
parentfbdaa5ba6bd6955f7e7f9228e4d815cc5e43fe5b (diff)
downloadlinux-stable-d90fdb9138262e2c68e4305965348dc065f5c7a3.tar.gz
linux-stable-d90fdb9138262e2c68e4305965348dc065f5c7a3.tar.bz2
linux-stable-d90fdb9138262e2c68e4305965348dc065f5c7a3.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>
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
*/