All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] can: j1939: socket: correct a grammatical error
@ 2021-06-11  1:40 13145886936
  2021-06-11  3:29 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: 13145886936 @ 2021-06-11  1:40 UTC (permalink / raw)
  To: robin, linux, kernel, socketcan, mkl, davem, kuba
  Cc: linux-can, netdev, linux-kernel, gushengxian

From: gushengxian <gushengxian@yulong.com>

Correct a grammatical error.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
 net/can/j1939/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/can/j1939/socket.c b/net/can/j1939/socket.c
index 56aa66147d5a..31ec493a0fca 100644
--- a/net/can/j1939/socket.c
+++ b/net/can/j1939/socket.c
@@ -352,7 +352,7 @@ static void j1939_sk_sock_destruct(struct sock *sk)
 {
 	struct j1939_sock *jsk = j1939_sk(sk);
 
-	/* This function will be call by the generic networking code, when then
+	/* This function will be called by the generic networking code, when then
 	 * the socket is ultimately closed (sk->sk_destruct).
 	 *
 	 * The race between
-- 
2.25.1


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

* Re: [PATCH] can: j1939: socket: correct a grammatical error
  2021-06-11  1:40 [PATCH] can: j1939: socket: correct a grammatical error 13145886936
@ 2021-06-11  3:29 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-06-11  3:29 UTC (permalink / raw)
  To: 13145886936, robin, linux, kernel, socketcan, mkl, davem, kuba
  Cc: linux-can, netdev, linux-kernel, gushengxian

On June 10, 2021 6:40:51 PM PDT, 13145886936@163.com wrote:
>From: gushengxian <gushengxian@yulong.com>
>
>Correct a grammatical error.
>
>Signed-off-by: gushengxian <gushengxian@yulong.com>
>---
> net/can/j1939/socket.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/net/can/j1939/socket.c b/net/can/j1939/socket.c
>index 56aa66147d5a..31ec493a0fca 100644
>--- a/net/can/j1939/socket.c
>+++ b/net/can/j1939/socket.c
>@@ -352,7 +352,7 @@ static void j1939_sk_sock_destruct(struct sock *sk)
> {
> 	struct j1939_sock *jsk = j1939_sk(sk);
> 
>-	/* This function will be call by the generic networking code, when
>then
>+	/* This function will be called by the generic networking code, when
>then

Please drop "then".

> 	 * the socket is ultimately closed (sk->sk_destruct).
> 	 *
> 	 * The race between

Thanks. 


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

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

* Re: [PATCH] can: j1939: socket: correct a grammatical error
  2021-06-11  3:52 13145886936
@ 2021-06-11  4:19 ` Oleksij Rempel
  0 siblings, 0 replies; 4+ messages in thread
From: Oleksij Rempel @ 2021-06-11  4:19 UTC (permalink / raw)
  To: 13145886936
  Cc: robin, linux, kernel, socketcan, mkl, davem, kuba, linux-can,
	netdev, linux-kernel, gushengxian

Hi,

please use [PATCH net-next] tag.

On Fri, Jun 11, 2021 at 11:52:02AM +0800, 13145886936@163.com wrote:
> From: gushengxian <gushengxian@yulong.com>
> 
> Correct a grammatical error.
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>

Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>

> ---
>  net/can/j1939/socket.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/can/j1939/socket.c b/net/can/j1939/socket.c
> index 56aa66147d5a..31ec493a0fca 100644
> --- a/net/can/j1939/socket.c
> +++ b/net/can/j1939/socket.c
> @@ -352,7 +352,7 @@ static void j1939_sk_sock_destruct(struct sock *sk)
>  {
>  	struct j1939_sock *jsk = j1939_sk(sk);
>  
> -	/* This function will be call by the generic networking code, when then
> +	/* This function will be called by the generic networking code, when
>  	 * the socket is ultimately closed (sk->sk_destruct).
>  	 *
>  	 * The race between
> -- 
> 2.25.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] can: j1939: socket: correct a grammatical error
@ 2021-06-11  3:52 13145886936
  2021-06-11  4:19 ` Oleksij Rempel
  0 siblings, 1 reply; 4+ messages in thread
From: 13145886936 @ 2021-06-11  3:52 UTC (permalink / raw)
  To: robin, linux, kernel, socketcan, mkl, davem, kuba
  Cc: linux-can, netdev, linux-kernel, gushengxian

From: gushengxian <gushengxian@yulong.com>

Correct a grammatical error.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
 net/can/j1939/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/can/j1939/socket.c b/net/can/j1939/socket.c
index 56aa66147d5a..31ec493a0fca 100644
--- a/net/can/j1939/socket.c
+++ b/net/can/j1939/socket.c
@@ -352,7 +352,7 @@ static void j1939_sk_sock_destruct(struct sock *sk)
 {
 	struct j1939_sock *jsk = j1939_sk(sk);
 
-	/* This function will be call by the generic networking code, when then
+	/* This function will be called by the generic networking code, when
 	 * the socket is ultimately closed (sk->sk_destruct).
 	 *
 	 * The race between
-- 
2.25.1


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

end of thread, other threads:[~2021-06-11  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  1:40 [PATCH] can: j1939: socket: correct a grammatical error 13145886936
2021-06-11  3:29 ` Randy Dunlap
2021-06-11  3:52 13145886936
2021-06-11  4:19 ` Oleksij Rempel

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.