[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210611014051.13081-1-13145886936@163.com>
Date: Fri, 11 Jun 2021 09:40:51 +0800
From: 13145886936@....com
To: robin@...tonic.nl, linux@...pel-privat.de, kernel@...gutronix.de,
socketcan@...tkopp.net, mkl@...gutronix.de, davem@...emloft.net,
kuba@...nel.org
Cc: linux-can@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, gushengxian <gushengxian@...ong.com>
Subject: [PATCH] can: j1939: socket: correct a grammatical error
From: gushengxian <gushengxian@...ong.com>
Correct a grammatical error.
Signed-off-by: gushengxian <gushengxian@...ong.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
Powered by blists - more mailing lists