All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] can: j1939: socket: correct a grammatical error
@ 2021-06-11  4:39 13145886936
  2021-06-11  7:02 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: 13145886936 @ 2021-06-11  4:39 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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  4:39 [PATCH net-next] can: j1939: socket: correct a grammatical error 13145886936
2021-06-11  7:02 ` Marc Kleine-Budde

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.