Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01cfa0a4 authored by stephen hemminger's avatar stephen hemminger Committed by Pablo Neira Ayuso
Browse files

netfilter: fix spelling errors

parent c3ac759e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -250,7 +250,7 @@ out:
}
}
EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper);
EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper);


/* appropiate ct lock protecting must be taken by caller */
/* appropriate ct lock protecting must be taken by caller */
static inline int unhelp(struct nf_conntrack_tuple_hash *i,
static inline int unhelp(struct nf_conntrack_tuple_hash *i,
			 const struct nf_conntrack_helper *me)
			 const struct nf_conntrack_helper *me)
{
{
+1 −1
Original line number Original line Diff line number Diff line
@@ -2477,7 +2477,7 @@ static int nf_tables_getset(struct sock *nlsk, struct sk_buff *skb,
	const struct nfgenmsg *nfmsg = nlmsg_data(nlh);
	const struct nfgenmsg *nfmsg = nlmsg_data(nlh);
	int err;
	int err;


	/* Verify existance before starting dump */
	/* Verify existence before starting dump */
	err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla);
	err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla);
	if (err < 0)
	if (err < 0)
		return err;
		return err;