Message ID | 20210114151909.2344974-2-mic@digikod.net |
---|---|
State | Superseded |
Headers | show |
Series | Enable root to update the blacklist keyring | expand |
On Thu, Jan 14, 2021 at 04:19:00PM +0100, Mickaël Salaün wrote: > From: Alex Shi <alex.shi@linux.alibaba.com> > > certs/blacklist.c:84: warning: Function parameter or member 'hash' not > described in 'mark_hash_blacklisted' > > Cc: David Woodhouse <dwmw2@infradead.org> > Cc: keyrings@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com> > Signed-off-by: David Howells <dhowells@redhat.com> > Reviewed-by: Ben Boeckel <mathstuf@gmail.com> > Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> /Jarkko
diff --git a/certs/blacklist.c b/certs/blacklist.c index 6514f9ebc943..2719fb2fbc1c 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) {