projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
464c4f1
)
[BRIDGE]: Add missing "space"
author
Joe Perches
<joe@perches.com>
Tue, 20 Nov 2007 07:46:55 +0000
(23:46 -0800)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/bridge/netfilter/ebt_among.c
b/net/bridge/netfilter/ebt_among.c
index 392d877040d31897f063d97c49b49ff7c1949532..6436d30a550eac56f42a2d2a8a44aab7295cb9fa 100644
(file)
--- 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));