Skip to content

Commit 04bdec2

Browse files
gushengxianmarckleinebudde
authored andcommitted
can: j1939: j1939_sk_sock_destruct(): correct a grammatical error
Correct a grammatical error. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: gushengxian <[email protected]> Acked-by: Oleksij Rempel <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 0e80432 commit 04bdec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/can/j1939/socket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ static void j1939_sk_sock_destruct(struct sock *sk)
352352
{
353353
struct j1939_sock *jsk = j1939_sk(sk);
354354

355-
/* This function will be call by the generic networking code, when then
355+
/* This function will be called by the generic networking code, when
356356
* the socket is ultimately closed (sk->sk_destruct).
357357
*
358358
* The race between

0 commit comments

Comments
 (0)