commit | da0a75e86ae230f92743c073843d3ea35bd061af | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Thu Feb 15 10:40:48 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 16 15:26:34 2018 -0500 |
tree | 0d9399dc7925997a99590a8c65788768cf5aa588 | |
parent | 242e82cc95f6b4e83e1771f9915edcb2a63708e1 [diff] |
tipc: some prefix changes Since we now have removed struct tipc_subscriber from the code, and only struct tipc_subscription remains, there is no longer need for long and awkward prefixes to distinguish between their pertaining functions. We now change all tipc_subscrp_* prefixes to tipc_sub_*. This is a purely cosmetic change. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>