Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: xt_addrtype: fix trivial typo

Fix typo in error message.

Signed-off-by: Phil Oester <kernel@linuxace.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Phil Oester and committed by
Pablo Neira Ayuso
5774c94a 9025c8e2

+1 -1
+1 -1
net/netfilter/xt_addrtype.c
··· 202 202 return -EINVAL; 203 203 } 204 204 if ((info->source | info->dest) >= XT_ADDRTYPE_PROHIBIT) { 205 - pr_err("ipv6 PROHIBT (THROW, NAT ..) matching not supported\n"); 205 + pr_err("ipv6 PROHIBIT (THROW, NAT ..) matching not supported\n"); 206 206 return -EINVAL; 207 207 } 208 208 if ((info->source | info->dest) & XT_ADDRTYPE_BROADCAST) {