summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/ipset/ip_set_comment.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-11-10 11:24:15 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-11-10 13:28:41 +0100
commitda9fbfa76f32a031cb70b11e9fa650e30c85d040 (patch)
treead0ca2b293ca5680d2c71e3e7ad1c15d3eb3c79e /include/linux/netfilter/ipset/ip_set_comment.h
parent2da16a6948ca8f025e2c226ea4fc32baa6b90f27 (diff)
downloadlinux-da9fbfa76f32a031cb70b11e9fa650e30c85d040.tar.bz2
netfilter: ipset: Mark some helper args as const.
Mark some of the helpers arguments as const. Ported from a patch proposed by Sergey Popovich <popovich_sergei@mail.ua>. Suggested-by: Sergey Popovich <popovich_sergei@mail.ua> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'include/linux/netfilter/ipset/ip_set_comment.h')
-rw-r--r--include/linux/netfilter/ipset/ip_set_comment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/ipset/ip_set_comment.h b/include/linux/netfilter/ipset/ip_set_comment.h
index 8d0248525957..bae5c7609be2 100644
--- a/include/linux/netfilter/ipset/ip_set_comment.h
+++ b/include/linux/netfilter/ipset/ip_set_comment.h
@@ -43,7 +43,7 @@ ip_set_init_comment(struct ip_set_comment *comment,
/* Used only when dumping a set, protected by rcu_read_lock_bh() */
static inline int
-ip_set_put_comment(struct sk_buff *skb, struct ip_set_comment *comment)
+ip_set_put_comment(struct sk_buff *skb, const struct ip_set_comment *comment)
{
struct ip_set_comment_rcu *c = rcu_dereference_bh(comment->c);