All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/ieee802154: fix repeated words in comments
@ 2022-07-08 15:15 Jilin Yuan
  2022-07-18 19:34 ` Stefan Schmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-07-08 15:15 UTC (permalink / raw)
  To: alex.aring, stefan, davem, edumazet, kuba, pabeni
  Cc: linux-wpan, netdev, linux-kernel, Jilin Yuan

 Delete the redundant word 'was'.

Signed-off-by: Jilin Yuan <yuanjilin@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.36.1


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

* Re: [PATCH] net/ieee802154: fix repeated words in comments
  2022-07-08 15:15 [PATCH] net/ieee802154: fix repeated words in comments Jilin Yuan
@ 2022-07-18 19:34 ` Stefan Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schmidt @ 2022-07-18 19:34 UTC (permalink / raw)
  To: Jilin Yuan, alex.aring, davem, edumazet, kuba, pabeni
  Cc: linux-wpan, netdev, linux-kernel


Hello.

On 08.07.22 17:15, Jilin Yuan wrote:
>   Delete the redundant word 'was'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@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
>    */


This patch has been applied to the wpan-next tree and will be
part of the next pull request to net-next. Thanks!

regards
Stefan Schmidt

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 15:15 [PATCH] net/ieee802154: fix repeated words in comments Jilin Yuan
2022-07-18 19:34 ` Stefan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.