diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 02:15:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-14 03:20:40 +0300 |
commit | 26c3baaa0956ffabc1e3ede7f6933bd0dc9cb373 (patch) | |
tree | 79e55040e19e4b176c0acb00eeada89a4761d1ea /net/netlabel | |
parent | 3db86c397f608b58b842d7f0f3d7ce305b46e6ad (diff) | |
download | linux-26c3baaa0956ffabc1e3ede7f6933bd0dc9cb373.tar.xz |
net: netlabel: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Paul Moore <paul@paul-moore.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlabel')
-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 a1f2320ecc16..d07de2c0fbc7 100644 --- a/net/netlabel/netlabel_domainhash.c +++ b/net/netlabel/netlabel_domainhash.c @@ -92,7 +92,7 @@ static void netlbl_domhsh_free_entry(struct rcu_head *entry) /** * netlbl_domhsh_hash - Hashing function for the domain hash table - * @domain: the domain name to hash + * @key: the domain name to hash * * Description: * This is the hashing function for the domain hash table, it returns the |