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

From: David Howells
Date: Mon Nov 30 2020 - 05:05:51 EST


Alex Shi <alex.shi@xxxxxxxxxxxxxxxxx> 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 this change. I'll do that for you.

David