diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-07 18:01:00 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 00:08:30 +0300 |
commit | 84a57ae96b299eaceacc4301db222ee12563cc96 (patch) | |
tree | 345ffbbb5c8e9dae912b3052c6713ed1e4440e4b /net/netlabel/netlabel_domainhash.c | |
parent | 20f1932e2282c58cb5ac59517585206cf5b385ae (diff) | |
download | linux-84a57ae96b299eaceacc4301db222ee12563cc96.tar.xz |
netlabel: Fix spelling mistakes
Fix some spelling mistakes in comments:
Interate ==> Iterate
sucess ==> success
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlabel/netlabel_domainhash.c')
-rw-r--r-- | net/netlabel/netlabel_domainhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_domainhash.c b/net/netlabel/netlabel_domainhash.c index dc8c39f51f7d..8158a25972b4 100644 --- a/net/netlabel/netlabel_domainhash.c +++ b/net/netlabel/netlabel_domainhash.c @@ -929,7 +929,7 @@ struct netlbl_dommap_def *netlbl_domhsh_getentry_af6(const char *domain, * @cb_arg: argument for the callback function * * Description: - * Interate over the domain mapping hash table, skipping the first @skip_bkt + * Iterate over the domain mapping hash table, skipping the first @skip_bkt * buckets and @skip_chain entries. For each entry in the table call * @callback, if @callback returns a negative value stop 'walking' through the * table and return. Updates the values in @skip_bkt and @skip_chain on |