diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-08 18:15:38 +0300 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2022-07-18 22:26:48 +0300 |
commit | d90fdb9138262e2c68e4305965348dc065f5c7a3 (patch) | |
tree | a9f39d6e70889bdbccb89f30055b658419799812 /drivers/net/ieee802154 | |
parent | fbdaa5ba6bd6955f7e7f9228e4d815cc5e43fe5b (diff) | |
download | linux-d90fdb9138262e2c68e4305965348dc065f5c7a3.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.c | 2 |
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 */ |