lkml.org 
[lkml]   [2021]   [Jan]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 07/10] certs/blacklist: fix kernel doc interface issue
    Date
    From: Alex Shi <alex.shi@linux.alibaba.com>

    certs/blacklist.c:84: warning: Function parameter or member 'hash' not
    described in 'mark_hash_blacklisted'

    Cc: David Woodhouse <dwmw2@infradead.org>
    Cc: keyrings@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    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>
    Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
    Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
    ---

    Changes since v3:
    * Add Reviewed-by Jarkko Sakkinen.

    Changes since v2:
    * Cherry-pick patch from
    https://lore.kernel.org/lkml/2659836.1607940186@warthog.procyon.org.uk/
    to avoid future merge conflicts.
    * Rearrange Signed-off-by and Reviewed-by order.
    ---
    certs/blacklist.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    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)
    {
    --
    2.30.0
    \
     
     \ /
      Last update: 2021-01-21 17:38    [W:4.348 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site