X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_comment.c;h=5c861d2f21ca6feb528355e209ab679fd749a638;hb=19f0f0af097ba3138ae2780b471180512763a78f;hp=e82179832acd252bd6595b940fb97388612cad0d;hpb=b6283534a3e057f8268ca5448305900f74d12608;p=mirror_ubuntu-artful-kernel.git diff --git a/net/netfilter/xt_comment.c b/net/netfilter/xt_comment.c index e82179832acd..5c861d2f21ca 100644 --- a/net/netfilter/xt_comment.c +++ b/net/netfilter/xt_comment.c @@ -16,7 +16,7 @@ MODULE_ALIAS("ipt_comment"); MODULE_ALIAS("ip6t_comment"); static bool -comment_mt(const struct sk_buff *skb, const struct xt_match_param *par) +comment_mt(const struct sk_buff *skb, struct xt_action_param *par) { /* We always match */ return true;