[BRIDGE]: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 07:46:55 +0000 (23:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2007 07:46:55 +0000 (23:46 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebt_among.c

index 392d877..6436d30 100644 (file)
@@ -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));