Commit bad7f869 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by David S. Miller

tipc: Fix a typo

s/tipc_toprsv_listener_data_ready/tipc_topsrv_listener_data_ready/
(r and s switched in topsrv)
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 953ba0a6
......@@ -476,7 +476,7 @@ static void tipc_topsrv_accept(struct work_struct *work)
}
}
/* tipc_toprsv_listener_data_ready - interrupt callback with connection request
/* tipc_topsrv_listener_data_ready - interrupt callback with connection request
* The queued job is launched into tipc_topsrv_accept()
*/
static void tipc_topsrv_listener_data_ready(struct sock *sk)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment