summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6t_REJECT.c
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-15 08:42:28 +0100
committerDavid S. Miller2008-01-29 00:02:26 +0100
commit2ae15b64e6a1608c840c60df38e8e5eef7b2b8c3 (patch)
tree2dc98965f239535256ec141dfacefd385d8cd9d6 /net/ipv6/netfilter/ip6t_REJECT.c
parent[NETFILTER]: xt_policy: use the new union nf_inet_addr (diff)
downloadkernel-qcow2-linux-2ae15b64e6a1608c840c60df38e8e5eef7b2b8c3.tar.gz
kernel-qcow2-linux-2ae15b64e6a1608c840c60df38e8e5eef7b2b8c3.tar.xz
kernel-qcow2-linux-2ae15b64e6a1608c840c60df38e8e5eef7b2b8c3.zip
[NETFILTER]: Update modules' descriptions
Updates the MODULE_DESCRIPTION() tags for all Netfilter modules, actually describing what the module does and not just "netfilter XYZ target". Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/netfilter/ip6t_REJECT.c')
-rw-r--r--net/ipv6/netfilter/ip6t_REJECT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6t_REJECT.c b/net/ipv6/netfilter/ip6t_REJECT.c
index a951c2cb6de2..b23baa635fe0 100644
--- a/net/ipv6/netfilter/ip6t_REJECT.c
+++ b/net/ipv6/netfilter/ip6t_REJECT.c
@@ -31,7 +31,7 @@
#include <linux/netfilter_ipv6/ip6t_REJECT.h>
MODULE_AUTHOR("Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>");
-MODULE_DESCRIPTION("IP6 tables REJECT target module");
+MODULE_DESCRIPTION("Xtables: packet \"rejection\" target for IPv6");
MODULE_LICENSE("GPL");
/* Send RST reply */