aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 23:46:55 -0800
committerDavid S. Miller <davem@davemloft.net>2007-11-19 23:46:55 -0800
commit3a47a68b05ad4b2da54d8c77262459465436387b (patch)
tree66f733f8d4ea1e5b54e89146b9e893be6702be67 /net/bridge/netfilter
parent[IPV4]: Add missing "space" (diff)
downloadlinux-dev-3a47a68b05ad4b2da54d8c77262459465436387b.tar.xz
linux-dev-3a47a68b05ad4b2da54d8c77262459465436387b.zip
[BRIDGE]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/netfilter')
-rw-r--r--net/bridge/netfilter/ebt_among.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_among.c b/net/bridge/netfilter/ebt_among.c
index 392d877040d3..6436d30a550e 100644
--- a/net/bridge/netfilter/ebt_among.c
+++ b/net/bridge/netfilter/ebt_among.c
@@ -187,7 +187,7 @@ static int ebt_among_check(const char *tablename, unsigned int hookmask,
if (datalen != EBT_ALIGN(expected_length)) {
printk(KERN_WARNING
- "ebtables: among: wrong size: %d"
+ "ebtables: among: wrong size: %d "
"against expected %d, rounded to %Zd\n",
datalen, expected_length,
EBT_ALIGN(expected_length));