···250250}251251EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper);252252253253-/* appropiate ct lock protecting must be taken by caller */253253+/* appropriate ct lock protecting must be taken by caller */254254static inline int unhelp(struct nf_conntrack_tuple_hash *i,255255 const struct nf_conntrack_helper *me)256256{
+1-1
net/netfilter/nf_tables_api.c
···24772477 const struct nfgenmsg *nfmsg = nlmsg_data(nlh);24782478 int err;2479247924802480- /* Verify existance before starting dump */24802480+ /* Verify existence before starting dump */24812481 err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla);24822482 if (err < 0)24832483 return err;