Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Alex Shi and committed by
David Howells
0b2d443b 09315b2d

+1 -1
+1 -1
certs/blacklist.c
··· 78 78 79 79 /** 80 80 * mark_hash_blacklisted - Add a hash to the system blacklist 81 - * @hash - The hash as a hex string with a type prefix (eg. "tbs:23aa429783") 81 + * @hash: The hash as a hex string with a type prefix (eg. "tbs:23aa429783") 82 82 */ 83 83 int mark_hash_blacklisted(const char *hash) 84 84 {