Commit a484ef34 authored by Zhenbo Gao's avatar Zhenbo Gao Committed by David S. Miller

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: default avatarZhenbo Gao <zhenbo.gao@windriver.com>
Reviewed-by: default avatarYing Xue <ying.xue@windriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9cc1bf39
...@@ -313,8 +313,8 @@ static void tipc_conn_send_work(struct work_struct *work) ...@@ -313,8 +313,8 @@ static void tipc_conn_send_work(struct work_struct *work)
conn_put(con); conn_put(con);
} }
/* tipc_conn_queue_evt() - interrupt level call from a subscription instance /* tipc_topsrv_queue_evt() - interrupt level call from a subscription instance
* The queued work is launched into tipc_send_work()->tipc_send_to_sock() * 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, void tipc_topsrv_queue_evt(struct net *net, int conid,
u32 event, struct tipc_event *evt) u32 event, struct tipc_event *evt)
......
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