]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: rename binding table lookup functions
authorJon Maloy <jmaloy@redhat.com>
Wed, 17 Mar 2021 02:06:14 +0000 (22:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2021 18:51:04 +0000 (11:51 -0700)
commit704e81487b3637642f6c8935eb93863ec1f558cf
treeb73c1e6c5446af4fbad76b79d28cec2022010057
parent3f028d1f43e7fbf9b93e2195275b3740a5f9916e
tipc: rename binding table lookup functions

The binding table provides four different lookup functions, which
purpose is not obvious neither by their names nor by the (lack of)
descriptions.

We now give these functions names that better match their purposes,
and improve the comments that describe what they are doing.

Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Hoang Le <hoang.h.le@dektech.com.au>
Acked-by: Tung Nguyen <tung.q.nguyen@dektech.com.au>
Acked-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/msg.c
net/tipc/name_table.c
net/tipc/name_table.h
net/tipc/socket.c