tipc: Fix a typo

s/tipc_toprsv_listener_data_ready/tipc_topsrv_listener_data_ready/
(r and s switched in topsrv)

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Christophe JAILLET 2019-07-21 12:38:11 +02:00 committed by David S. Miller
parent 953ba0a638
commit bad7f869d8

View file

@ -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)