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

netfilter: fix spelling errors

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

stephen hemminger and committed by
Pablo Neira Ayuso
01cfa0a4 c3ac759e

+2 -2
+1 -1
net/netfilter/nf_conntrack_helper.c
··· 250 250 } 251 251 EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper); 252 252 253 - /* appropiate ct lock protecting must be taken by caller */ 253 + /* appropriate ct lock protecting must be taken by caller */ 254 254 static inline int unhelp(struct nf_conntrack_tuple_hash *i, 255 255 const struct nf_conntrack_helper *me) 256 256 {
+1 -1
net/netfilter/nf_tables_api.c
··· 2477 2477 const struct nfgenmsg *nfmsg = nlmsg_data(nlh); 2478 2478 int err; 2479 2479 2480 - /* Verify existance before starting dump */ 2480 + /* Verify existence before starting dump */ 2481 2481 err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla); 2482 2482 if (err < 0) 2483 2483 return err;