Skip to content

Commit e827732

Browse files
committed
SUNRPC: Fix an incorrect comment
The correct function name is svc_tcp_listen_data_ready(). Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent fc80fc2 commit e827732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sunrpc/svcsock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
14631463
svsk->sk_owspace = inet->sk_write_space;
14641464
/*
14651465
* This barrier is necessary in order to prevent race condition
1466-
* with svc_data_ready(), svc_listen_data_ready() and others
1466+
* with svc_data_ready(), svc_tcp_listen_data_ready(), and others
14671467
* when calling callbacks above.
14681468
*/
14691469
wmb();

0 commit comments

Comments
 (0)