diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-02-28 17:22:04 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-03-17 10:53:11 -0400 |
commit | 8244f4baf5e1793a75a1d4409efc3e2d9d71c9cb (patch) | |
tree | 60e4936fbda58f0f65336a09cde7ca6f7eaec032 /net/bridge | |
parent | 408ffaa4a11ddd6f730be520479fd5cd890c57d3 (diff) |
netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag
Cc: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net/bridge')
-rw-r--r-- | net/bridge/netfilter/ebt_ip6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/netfilter/ebt_ip6.c b/net/bridge/netfilter/ebt_ip6.c index 4cb60f1ae7ad..05d0d0c4ccb9 100644 --- a/net/bridge/netfilter/ebt_ip6.c +++ b/net/bridge/netfilter/ebt_ip6.c | |||
@@ -139,4 +139,5 @@ static void __exit ebt_ip6_fini(void) | |||
139 | module_init(ebt_ip6_init); | 139 | module_init(ebt_ip6_init); |
140 | module_exit(ebt_ip6_fini); | 140 | module_exit(ebt_ip6_fini); |
141 | MODULE_DESCRIPTION("Ebtables: IPv6 protocol packet match"); | 141 | MODULE_DESCRIPTION("Ebtables: IPv6 protocol packet match"); |
142 | MODULE_AUTHOR("Kuo-Lang Tseng <kuo-lang.tseng@intel.com>"); | ||
142 | MODULE_LICENSE("GPL"); | 143 | MODULE_LICENSE("GPL"); |