aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_SECMARK.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2006-08-22 13:52:17 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:55:40 -0700
commit2809486424df58043b380aeb9d7f402c031c46f6 (patch)
tree60d502933dfb03185adc398fbba1b8af5381984b /net/netfilter/xt_SECMARK.c
parent[SCTP]: Remove multiple levels of msecs to jiffies conversions. (diff)
downloadlinux-dev-2809486424df58043b380aeb9d7f402c031c46f6.tar.xz
linux-dev-2809486424df58043b380aeb9d7f402c031c46f6.zip
[NETFILTER]: x_tables: Fix typos after conversion to use mass registation helper
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_SECMARK.c')
-rw-r--r--net/netfilter/xt_SECMARK.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_SECMARK.c b/net/netfilter/xt_SECMARK.c
index 451b67c4bb53..add752196290 100644
--- a/net/netfilter/xt_SECMARK.c
+++ b/net/netfilter/xt_SECMARK.c
@@ -111,7 +111,7 @@ static int checkentry(const char *tablename, const void *entry,
return 1;
}
-static struct xt_target xt_secmark_target = {
+static struct xt_target xt_secmark_target[] = {
{
.name = "SECMARK",
.family = AF_INET,