bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()
authorIdo Schimmel <idosch@nvidia.com>
Tue, 6 Dec 2022 10:58:09 +0000 (12:58 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Dec 2022 04:05:52 +0000 (20:05 -0800)
commitf86c3e2c1b5ea5c959ef176541c2f831231fa631
treefc671a0d842ad12607d9bfa8f0b4749a87216234
parent090149eaf3911ce588775107b25c725d287752ef
bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()

The 'group' argument is not modified, so mark it as 'const'. It will
allow us to constify arguments of the callers of this function in future
patches.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bridge/br_multicast.c
net/bridge/br_private.h