diff mbox

[net-next] netfilter: fix spelling errors

Message ID 20141029225719.37985b40@urahara
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Stephen Hemminger Oct. 30, 2014, 5:57 a.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>


--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pablo Neira Ayuso Oct. 30, 2014, 4:36 p.m. UTC | #1
Applied, thanks Stephen.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/net/netfilter/nf_conntrack_helper.c	2014-03-21 08:16:54.297654128 -0700
+++ b/net/netfilter/nf_conntrack_helper.c	2014-10-27 20:33:42.471629995 -0700
@@ -250,7 +250,7 @@  out:
 }
 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,
 			 const struct nf_conntrack_helper *me)
 {
--- a/net/netfilter/nf_tables_api.c	2014-10-26 10:43:41.762315418 -0700
+++ b/net/netfilter/nf_tables_api.c	2014-10-27 20:33:27.479554628 -0700
@@ -2477,7 +2477,7 @@  static int nf_tables_getset(struct sock
 	const struct nfgenmsg *nfmsg = nlmsg_data(nlh);
 	int err;
 
-	/* Verify existance before starting dump */
+	/* Verify existence before starting dump */
 	err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla);
 	if (err < 0)
 		return err;