diff options
| author | stephen hemminger <stephen@networkplumber.org> | 2014-10-30 01:57:19 -0400 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-10-30 12:35:30 -0400 |
| commit | 01cfa0a4ed82132abb6dc7bcb126eaf499cb8af0 (patch) | |
| tree | 79e10de7f51877fb87985fd2e4fc3447bf48984f | |
| parent | c3ac759ea6e9836d3040abed92f797383da4024f (diff) | |
netfilter: fix spelling errors
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
| -rw-r--r-- | net/netfilter/nf_conntrack_helper.c | 2 | ||||
| -rw-r--r-- | net/netfilter/nf_tables_api.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/nf_conntrack_helper.c b/net/netfilter/nf_conntrack_helper.c index 5b3eae7d4c9a..bd9d31537905 100644 --- a/net/netfilter/nf_conntrack_helper.c +++ b/net/netfilter/nf_conntrack_helper.c | |||
| @@ -250,7 +250,7 @@ out: | |||
| 250 | } | 250 | } |
| 251 | EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper); | 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 | static inline int unhelp(struct nf_conntrack_tuple_hash *i, | 254 | static inline int unhelp(struct nf_conntrack_tuple_hash *i, |
| 255 | const struct nf_conntrack_helper *me) | 255 | const struct nf_conntrack_helper *me) |
| 256 | { | 256 | { |
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index 65eb2a1160d5..1ffb253c6a77 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c | |||
| @@ -2477,7 +2477,7 @@ static int nf_tables_getset(struct sock *nlsk, struct sk_buff *skb, | |||
| 2477 | const struct nfgenmsg *nfmsg = nlmsg_data(nlh); | 2477 | const struct nfgenmsg *nfmsg = nlmsg_data(nlh); |
| 2478 | int err; | 2478 | int err; |
| 2479 | 2479 | ||
| 2480 | /* Verify existance before starting dump */ | 2480 | /* Verify existence before starting dump */ |
| 2481 | err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla); | 2481 | err = nft_ctx_init_from_setattr(&ctx, skb, nlh, nla); |
| 2482 | if (err < 0) | 2482 | if (err < 0) |
| 2483 | return err; | 2483 | return err; |
