From: Christophe JAILLET Date: Sun, 21 Jul 2019 10:38:11 +0000 (+0200) Subject: tipc: Fix a typo X-Git-Tag: Ubuntu-5.3.0-10.11~596^2~15 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bad7f869d864b5c5139b4cc6579f927d780467b5;p=mirror_ubuntu-eoan-kernel.git 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 Signed-off-by: David S. Miller --- diff --git a/net/tipc/topsrv.c b/net/tipc/topsrv.c index f345662890a6..ca8ac96d22a9 100644 --- a/net/tipc/topsrv.c +++ b/net/tipc/topsrv.c @@ -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)