summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_comment.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2015-05-06 07:37:04 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2015-05-06 07:37:04 +0200
commitfe2448f85d24e7d73874d9a069ab6c9b597ea8e6 (patch)
treeb15df7960c3e3d3c8522c99614c3ab19e30fbc94 /kernel/include/linux/netfilter/ipset/ip_set_comment.h
parentb087500203f92ec88b9e94e1488cbfcd7d857b5c (diff)
netfilter: ipset: Split extensions into separate files
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 'kernel/include/linux/netfilter/ipset/ip_set_comment.h')
-rw-r--r--kernel/include/linux/netfilter/ipset/ip_set_comment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/include/linux/netfilter/ipset/ip_set_comment.h b/kernel/include/linux/netfilter/ipset/ip_set_comment.h
index 5444b1b..b31169c 100644
--- a/kernel/include/linux/netfilter/ipset/ip_set_comment.h
+++ b/kernel/include/linux/netfilter/ipset/ip_set_comment.h
@@ -69,5 +69,5 @@ ip_set_comment_free(struct ip_set_comment *comment)
rcu_assign_pointer(comment->c, NULL);
}
-#endif
-#endif
+#endif /* __KERNEL__ */
+#endif /* _IP_SET_COMMENT_H */