From: Hangbin Liu Date: Mon, 25 Jul 2016 07:24:43 +0000 (+0800) Subject: netfilter: physdev: add missed blank X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ceee4091d622790a7a06e5b202670ef9fdfe8c79;p=linux-beck.git netfilter: physdev: add missed blank Signed-off-by: Hangbin Liu Signed-off-by: Pablo Neira Ayuso --- diff --git a/net/netfilter/xt_physdev.c b/net/netfilter/xt_physdev.c index e5f18988aee0..bb33598e4530 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;