Skip to content

Commit

Permalink
drop_monitor: make genl_multicast_group const
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shemminger authored and davem330 committed Sep 1, 2016
1 parent 12d8de6 commit 85bae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/drop_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
};

Expand Down

0 comments on commit 85bae4b

Please sign in to comment.