ipmr: change igmpmsg_netlink_event() prototype
authorEric Dumazet <edumazet@google.com>
Thu, 23 Jun 2022 04:34:33 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2022 10:34:37 +0000 (11:34 +0100)
commit0b490b51d226b562a0aa6d287cfa25417f71fb79
treeb85c3396935f3c1532a7999585f1b087d510ddbf
parentebc3197963fc42841b183d0280bd3f9f85f13c30
ipmr: change igmpmsg_netlink_event() prototype

igmpmsg_netlink_event() first argument can be marked const.

igmpmsg_netlink_event() reads mrt->net and mrt->id,
both being set once in mr_table_alloc().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipmr.c