Message ID | 20210121155513.539519-8-mic@digikod.net |
---|---|
State | New |
Headers | show |
Series | [v4,01/10] tools/certs: Add print-cert-tbs-hash.sh | expand |
diff --git a/certs/blacklist.c b/certs/blacklist.c index 069050884bd2..334ab7b964bc 100644 --- a/certs/blacklist.c +++ b/certs/blacklist.c @@ -105,7 +105,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) {