]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_set.c
Merge remote-tracking branch 'trivial/for-next'
[karo-tx-linux.git] / net / netfilter / xt_set.c
index e7c4e0e01ff5de40fb32cdeddd70cb204b84ea32..80c2e2d603e00c718ad1744804ef29f926b9d404 100644 (file)
@@ -84,7 +84,7 @@ set_match_v0_checkentry(const struct xt_mtchk_param *par)
        index = ip_set_nfnl_get_byindex(par->net, info->match_set.index);
 
        if (index == IPSET_INVALID_ID) {
-               pr_warning("Cannot find set indentified by id %u to match\n",
+               pr_warning("Cannot find set identified by id %u to match\n",
                           info->match_set.index);
                return -ENOENT;
        }
@@ -134,7 +134,7 @@ set_match_v1_checkentry(const struct xt_mtchk_param *par)
        index = ip_set_nfnl_get_byindex(par->net, info->match_set.index);
 
        if (index == IPSET_INVALID_ID) {
-               pr_warning("Cannot find set indentified by id %u to match\n",
+               pr_warning("Cannot find set identified by id %u to match\n",
                           info->match_set.index);
                return -ENOENT;
        }