提交 85bae4bd 编写于 作者: S stephen hemminger 提交者: David S. Miller

drop_monitor: make genl_multicast_group const

Signed-off-by: NStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 12d8de6d
......@@ -105,7 +105,7 @@ static struct sk_buff *reset_per_cpu_data(struct per_cpu_dm_data *data)
return skb;
}
static struct genl_multicast_group dropmon_mcgrps[] = {
static const struct genl_multicast_group dropmon_mcgrps[] = {
{ .name = "events", },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册