Re: [PATCH] certs/blacklist: fix kernel doc interface issue

2020-11-30 Thread Alex Shi
在 2020/11/30 下午6:04, David Howells 写道: > Alex Shi wrote: > >> /** >> * 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:2

Re: [PATCH] certs/blacklist: fix kernel doc interface issue

2020-11-30 Thread David Howells
Alex Shi wrote: > /** > * 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") You should remove the dash when making thi

[PATCH] certs/blacklist: fix kernel doc interface issue

2020-11-06 Thread Alex Shi
certs/blacklist.c:84: warning: Function parameter or member 'hash' not described in 'mark_hash_blacklisted' Signed-off-by: Alex Shi Cc: David Howells Cc: David Woodhouse Cc: keyri...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- certs/blacklist.c | 2 +- 1 file changed, 1 insertion(