diff mbox series

net: ieee802154: ca8210: Fix comment typo

Message ID 20220715050748.27161-1-wangborong@cdjrlc.com (mailing list archive)
State Accepted
Headers show
Series net: ieee802154: ca8210: Fix comment typo | expand

Commit Message

Jason Wang July 15, 2022, 5:07 a.m. UTC
The double `was' is duplicated in line 2296, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/net/ieee802154/ca8210.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Schmidt July 18, 2022, 7:35 p.m. UTC | #1
Hello.

On 15.07.22 07:07, Jason Wang wrote:
> The double `was' is duplicated in line 2296, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>   drivers/net/ieee802154/ca8210.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
>    */

A similar patch was submit a week ago which I finally applied today.
Which means this patch has not been applied as the problem is gone.

regards
Stefan Schmidt
diff mbox series

Patch

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
  */