mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 08:35:19 -05:00
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 <alex.shi@linux.alibaba.com> Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Ben Boeckel <mathstuf@gmail.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: keyrings@vger.kernel.org Cc: linux-kernel@vger.kernel.org
This commit is contained in:
parent
09315b2d0d
commit
0b2d443bf5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ static struct key_type key_type_blacklist = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mark_hash_blacklisted - Add a hash to the system 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)
|
int mark_hash_blacklisted(const char *hash)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue