aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_physdev.c
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2016-07-25 15:24:43 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-12 00:42:14 +0200
commitceee4091d622790a7a06e5b202670ef9fdfe8c79 (patch)
treeea668e6a617e48da551ecae6be1de2cee47d0f31 /net/netfilter/xt_physdev.c
parente5e693ab49a95e1994979972eea224eefa81eba9 (diff)
downloadlinux-ceee4091d622790a7a06e5b202670ef9fdfe8c79.tar.gz
netfilter: physdev: add missed blank
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/xt_physdev.c')
-rw-r--r--net/netfilter/xt_physdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/xt_physdev.c b/net/netfilter/xt_physdev.c
index e5f18988aee00..bb33598e4530d 100644
--- a/net/netfilter/xt_physdev.c
+++ b/net/netfilter/xt_physdev.c
@@ -107,8 +107,8 @@ static int physdev_mt_check(const struct xt_mtchk_param *par)
info->invert & XT_PHYSDEV_OP_BRIDGED) &&
par->hook_mask & ((1 << NF_INET_LOCAL_OUT) |
(1 << NF_INET_FORWARD) | (1 << NF_INET_POST_ROUTING))) {
- pr_info("using --physdev-out and --physdev-is-out are only"
- "supported in the FORWARD and POSTROUTING chains with"
+ pr_info("using --physdev-out and --physdev-is-out are only "
+ "supported in the FORWARD and POSTROUTING chains with "
"bridged traffic.\n");
if (par->hook_mask & (1 << NF_INET_LOCAL_OUT))
return -EINVAL;