Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e232495 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: nf_conntrack: fix sparse warning

parent c392a740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ static ctl_table nf_ct_netfilter_table[] = {
	{ .ctl_name = 0 }
};

struct ctl_path nf_ct_path[] = {
static struct ctl_path nf_ct_path[] = {
	{ .procname = "net", .ctl_name = CTL_NET, },
	{ }
};