diff options
author | Joe Perches <joe@perches.com> | 2007-11-20 10:46:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-11-20 10:46:55 +0300 |
commit | 3a47a68b05ad4b2da54d8c77262459465436387b (patch) | |
tree | 66f733f8d4ea1e5b54e89146b9e893be6702be67 /net/bridge | |
parent | 464c4f184ac671c6206d502a67034f9bfe9fe25c (diff) | |
download | linux-3a47a68b05ad4b2da54d8c77262459465436387b.tar.xz |
[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')
-rw-r--r-- | net/bridge/netfilter/ebt_among.c | 2 |
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)); |