Commit d27dca13 authored by David S. Miller's avatar David S. Miller

[PKT SCHED]; Missing semicolon in acme cleanups.

parent 65348ca8
...@@ -243,7 +243,7 @@ static struct nf_hook_ops ing_ops = { ...@@ -243,7 +243,7 @@ static struct nf_hook_ops ing_ops = {
.pf = PF_INET, .pf = PF_INET,
.hooknum = NF_IP_PRE_ROUTING, .hooknum = NF_IP_PRE_ROUTING,
.priority = NF_IP_PRI_FILTER + 1, .priority = NF_IP_PRI_FILTER + 1,
} };
int ingress_init(struct Qdisc *sch,struct rtattr *opt) int ingress_init(struct Qdisc *sch,struct rtattr *opt)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment