summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_arpreply.c
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-31 13:00:30 +0100
committerDavid S. Miller2008-02-01 04:27:33 +0100
commitf776c4cda449bab463f5388eb07bd63dc52e2b13 (patch)
tree790f33d867729b66ac2b677f6b9e8d5bdd33f4bc /net/bridge/netfilter/ebt_arpreply.c
parent[NETFILTER]: ebtables: remove casts, use consts (diff)
downloadkernel-qcow2-linux-f776c4cda449bab463f5388eb07bd63dc52e2b13.tar.gz
kernel-qcow2-linux-f776c4cda449bab463f5388eb07bd63dc52e2b13.tar.xz
kernel-qcow2-linux-f776c4cda449bab463f5388eb07bd63dc52e2b13.zip
[NETFILTER]: ebtables: Update modules' descriptions
Update the MODULES_DESCRIPTION() tags for all Ebtables modules. 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/bridge/netfilter/ebt_arpreply.c')
-rw-r--r--net/bridge/netfilter/ebt_arpreply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/netfilter/ebt_arpreply.c b/net/bridge/netfilter/ebt_arpreply.c
index 7b6a8c13ccd8..9f2542356f58 100644
--- a/net/bridge/netfilter/ebt_arpreply.c
+++ b/net/bridge/netfilter/ebt_arpreply.c
@@ -96,4 +96,5 @@ static void __exit ebt_arpreply_fini(void)
module_init(ebt_arpreply_init);
module_exit(ebt_arpreply_fini);
+MODULE_DESCRIPTION("Ebtables: ARP reply target");
MODULE_LICENSE("GPL");