aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorZhenbo Gao <zhenbo.gao@windriver.com>2018-09-03 16:36:46 +0800
committerDavid S. Miller <davem@davemloft.net>2018-09-03 22:03:07 -0700
commita484ef3442d2f05fa59edf4f6d14a8169d1b94a6 (patch)
tree9ab0374761a0e9ac9e6ad8c18a21f1c46bf3b680 /net
parenttipc: correct spelling errors for struct tipc_bc_base's comment (diff)
downloadlinux-dev-a484ef3442d2f05fa59edf4f6d14a8169d1b94a6.tar.xz
linux-dev-a484ef3442d2f05fa59edf4f6d14a8169d1b94a6.zip
tipc: correct spelling errors for tipc_topsrv_queue_evt() comments
tipc_conn_queue_evt -> tipc_topsrv_queue_evt tipc_send_work -> tipc_conn_send_work tipc_send_to_sock -> tipc_conn_send_to_sock Signed-off-by: Zhenbo Gao <zhenbo.gao@windriver.com> Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/tipc/topsrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/topsrv.c b/net/tipc/topsrv.c
index c8e34ef22c30..2627b5d812e9 100644
--- a/net/tipc/topsrv.c
+++ b/net/tipc/topsrv.c
@@ -313,8 +313,8 @@ static void tipc_conn_send_work(struct work_struct *work)
conn_put(con);
}
-/* tipc_conn_queue_evt() - interrupt level call from a subscription instance
- * The queued work is launched into tipc_send_work()->tipc_send_to_sock()
+/* tipc_topsrv_queue_evt() - interrupt level call from a subscription instance
+ * The queued work is launched into tipc_conn_send_work()->tipc_conn_send_to_sock()
*/
void tipc_topsrv_queue_evt(struct net *net, int conid,
u32 event, struct tipc_event *evt)