Searched hist:f86c3e2c1b5ea5c959ef176541c2f831231fa631 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff f86c3e2c1b5ea5c959ef176541c2f831231fa631 Tue Dec 06 04:58:09 CST 2022 Ido Schimmel <idosch@nvidia.com> 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>
|
H A D | br_private.h | diff f86c3e2c1b5ea5c959ef176541c2f831231fa631 Tue Dec 06 04:58:09 CST 2022 Ido Schimmel <idosch@nvidia.com> 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>
|