diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-11 19:29:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:31:06 -0400 |
commit | 3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a (patch) | |
tree | ccfb1e1e68c140af1c2440b9b547506617d0d247 /net/netfilter | |
parent | 1a49123b34346154ffd70f0b60dce007f1605676 (diff) |
treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout
the kernel
Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/netfilter')
-rw-r--r-- | net/netfilter/xt_set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/xt_set.c b/net/netfilter/xt_set.c index 31790e789e22..4b9d6b4f1eb0 100644 --- a/net/netfilter/xt_set.c +++ b/net/netfilter/xt_set.c | |||
@@ -84,7 +84,7 @@ set_match_v0_checkentry(const struct xt_mtchk_param *par) | |||
84 | index = ip_set_nfnl_get_byindex(info->match_set.index); | 84 | index = ip_set_nfnl_get_byindex(info->match_set.index); |
85 | 85 | ||
86 | if (index == IPSET_INVALID_ID) { | 86 | if (index == IPSET_INVALID_ID) { |
87 | pr_warning("Cannot find set indentified by id %u to match\n", | 87 | pr_warning("Cannot find set identified by id %u to match\n", |
88 | info->match_set.index); | 88 | info->match_set.index); |
89 | return -ENOENT; | 89 | return -ENOENT; |
90 | } | 90 | } |
@@ -205,7 +205,7 @@ set_match_v1_checkentry(const struct xt_mtchk_param *par) | |||
205 | index = ip_set_nfnl_get_byindex(info->match_set.index); | 205 | index = ip_set_nfnl_get_byindex(info->match_set.index); |
206 | 206 | ||
207 | if (index == IPSET_INVALID_ID) { | 207 | if (index == IPSET_INVALID_ID) { |
208 | pr_warning("Cannot find set indentified by id %u to match\n", | 208 | pr_warning("Cannot find set identified by id %u to match\n", |
209 | info->match_set.index); | 209 | info->match_set.index); |
210 | return -ENOENT; | 210 | return -ENOENT; |
211 | } | 211 | } |