diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c index 6db9f9e7c0ac0..b4017945d3e58 100644 --- a/net/tipc/name_table.c +++ b/net/tipc/name_table.c @@ -553,7 +553,9 @@ struct publication *tipc_nametbl_remove_publ(struct net *net, * * On entry, a non-zero 'sk->node' indicates the node where we want lookup to be * performed, which may not be this one. + * * On exit: + * * - If lookup is deferred to another node, leave 'sk->node' unchanged and * return 'true'. * - If lookup is successful, set the 'sk->node' and 'sk->ref' (== portid) which