]> 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)
commit63963e8b8dfaba0fab89ed6a9e89df6add57b71c
treeb73c1e6c5446af4fbad76b79d28cec2022010057
parent0a7ef0308541b797106f63ad7f61bbf741b54c26
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