Skip to content

Commit ceee409

Browse files
liuhangbinummakynes
authored andcommitted
netfilter: physdev: add missed blank
Signed-off-by: Hangbin Liu <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
1 parent e5e693a commit ceee409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/netfilter/xt_physdev.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ static int physdev_mt_check(const struct xt_mtchk_param *par)
107107
info->invert & XT_PHYSDEV_OP_BRIDGED) &&
108108
par->hook_mask & ((1 << NF_INET_LOCAL_OUT) |
109109
(1 << NF_INET_FORWARD) | (1 << NF_INET_POST_ROUTING))) {
110-
pr_info("using --physdev-out and --physdev-is-out are only"
111-
"supported in the FORWARD and POSTROUTING chains with"
110+
pr_info("using --physdev-out and --physdev-is-out are only "
111+
"supported in the FORWARD and POSTROUTING chains with "
112112
"bridged traffic.\n");
113113
if (par->hook_mask & (1 << NF_INET_LOCAL_OUT))
114114
return -EINVAL;

0 commit comments

Comments
 (0)