linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ieee802154: ca8210: Fix comment typo
@ 2022-07-15  5:07 Jason Wang
  2022-07-18 19:35 ` Stefan Schmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:07 UTC (permalink / raw)
  To: stefan
  Cc: alex.aring, davem, edumazet, kuba, pabeni, linux-wpan, netdev,
	linux-kernel, Jason Wang

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: ieee802154: ca8210: Fix comment typo
  2022-07-15  5:07 [PATCH] net: ieee802154: ca8210: Fix comment typo Jason Wang
@ 2022-07-18 19:35 ` Stefan Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schmidt @ 2022-07-18 19:35 UTC (permalink / raw)
  To: Jason Wang
  Cc: alex.aring, davem, edumazet, kuba, pabeni, linux-wpan, netdev,
	linux-kernel


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-18 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:07 [PATCH] net: ieee802154: ca8210: Fix comment typo Jason Wang
2022-07-18 19:35 ` Stefan Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).