From: Jilin Yuan Date: Fri, 8 Jul 2022 15:15:38 +0000 (+0800) Subject: net/ieee802154: fix repeated words in comments X-Git-Tag: v6.0-rc4~25^2~13^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5a990209d72615e3cac2b3b0d8ddd445c020cf5;p=thirdparty%2Fkernel%2Flinux.git net/ieee802154: fix repeated words in comments Delete the redundant word 'was'. Signed-off-by: Jilin Yuan Link: https://lore.kernel.org/r/20220708151538.51483-1-yuanjilin@cdjrlc.com Signed-off-by: Stefan Schmidt --- diff --git a/drivers/net/ieee802154/ca8210.c b/drivers/net/ieee802154/ca8210.c index 42c0b451088dc..450b16ad40a41 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 */