Re: [PATCH] tipc: Fix a typo

2019-07-21 Thread David Miller
From: Christophe JAILLET Date: Sun, 21 Jul 2019 12:38:11 +0200 > s/tipc_toprsv_listener_data_ready/tipc_topsrv_listener_data_ready/ > (r and s switched in topsrv) > > Signed-off-by: Christophe JAILLET > --- > The function name could also be removed from the comment. It does not > bring any usef

[PATCH] tipc: Fix a typo

2019-07-21 Thread Christophe JAILLET
s/tipc_toprsv_listener_data_ready/tipc_topsrv_listener_data_ready/ (r and s switched in topsrv) Signed-off-by: Christophe JAILLET --- The function name could also be removed from the comment. It does not bring any useful information IMHO. --- net/tipc/topsrv.c | 2 +- 1 file changed, 1 insertion