mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
[BRIDGE]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
464c4f184a
commit
3a47a68b05
@ -187,7 +187,7 @@ static int ebt_among_check(const char *tablename, unsigned int hookmask,
|
|||||||
|
|
||||||
if (datalen != EBT_ALIGN(expected_length)) {
|
if (datalen != EBT_ALIGN(expected_length)) {
|
||||||
printk(KERN_WARNING
|
printk(KERN_WARNING
|
||||||
"ebtables: among: wrong size: %d"
|
"ebtables: among: wrong size: %d "
|
||||||
"against expected %d, rounded to %Zd\n",
|
"against expected %d, rounded to %Zd\n",
|
||||||
datalen, expected_length,
|
datalen, expected_length,
|
||||||
EBT_ALIGN(expected_length));
|
EBT_ALIGN(expected_length));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user