Skip to content

Commit

Permalink
tipc: Fix a typo
Browse files Browse the repository at this point in the history
s/tipc_toprsv_listener_data_ready/tipc_topsrv_listener_data_ready/
(r and s switched in topsrv)

Signed-off-by: Christophe JAILLET <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
tititiou36 authored and davem330 committed Jul 21, 2019
1 parent 953ba0a commit bad7f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tipc/topsrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bad7f86

Please sign in to comment.