summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private_mrp.h
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2020-07-14 09:34:51 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-14 13:46:42 -0700
commit4cc625c63a9274f28f05d5be39a2cbeb48cbfed5 (patch)
tree80b90e8bcef6e0f38e56d4fbd1cb86219cb8c8fb /net/bridge/br_private_mrp.h
parent78c1b4fb0e3ed6907955abf3fc8eea74704fe072 (diff)
downloadlinux-4cc625c63a9274f28f05d5be39a2cbeb48cbfed5.tar.gz
linux-4cc625c63a9274f28f05d5be39a2cbeb48cbfed5.tar.bz2
linux-4cc625c63a9274f28f05d5be39a2cbeb48cbfed5.zip
bridge: mrp: Rename br_mrp_port_open to br_mrp_ring_port_open
This patch renames the function br_mrp_port_open to br_mrp_ring_port_open. In this way is more clear that a ring port lost the continuity because there will be also a br_mrp_in_port_open. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_private_mrp.h')
-rw-r--r--net/bridge/br_private_mrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_private_mrp.h b/net/bridge/br_private_mrp.h
index 8841ba847fb2..e93c8f9d4df5 100644
--- a/net/bridge/br_private_mrp.h
+++ b/net/bridge/br_private_mrp.h
@@ -74,6 +74,6 @@ int br_mrp_port_switchdev_set_role(struct net_bridge_port *p,
enum br_mrp_port_role_type role);
/* br_mrp_netlink.c */
-int br_mrp_port_open(struct net_device *dev, u8 loc);
+int br_mrp_ring_port_open(struct net_device *dev, u8 loc);
#endif /* _BR_PRIVATE_MRP_H */