From: Alex Shi Date: Fri, 6 Nov 2020 14:38:33 +0000 (+0800) Subject: certs/blacklist: fix kernel doc interface issue X-Git-Tag: v5.15~1344^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b2d443bf52756a9c364a41492dae537bc62683f;p=platform%2Fkernel%2Flinux-starfive.git certs/blacklist: fix kernel doc interface issue certs/blacklist.c:84: warning: Function parameter or member 'hash' not described in 'mark_hash_blacklisted' Signed-off-by: Alex Shi Signed-off-by: David Howells Reviewed-by: Ben Boeckel Cc: David Woodhouse Cc: keyrings@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- diff --git a/certs/blacklist.c b/certs/blacklist.c index 6514f9e..2719fb2 100644 --- a/certs/blacklist.c +++ b/certs/blacklist.c @@ -78,7 +78,7 @@ static struct key_type key_type_blacklist = { /** * mark_hash_blacklisted - Add a hash to the system blacklist - * @hash - The hash as a hex string with a type prefix (eg. "tbs:23aa429783") + * @hash: The hash as a hex string with a type prefix (eg. "tbs:23aa429783") */ int mark_hash_blacklisted(const char *hash) {