[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3118064.1648731366@warthog.procyon.org.uk>
Date: Thu, 31 Mar 2022 13:56:06 +0100
From: David Howells <dhowells@...hat.com>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: dhowells@...hat.com, dwmw2@...radead.org, keyrings@...r.kernel.org,
linux-kernel@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next] certs: Fix some kernel-doc comments
Yang Li <yang.lee@...ux.alibaba.com> wrote:
> /**
> - * Allocate a struct key_restriction for the "builtin and secondary trust"
> - * keyring. Only for use in system_trusted_keyring_init().
> + * get_builtin_and_secondary_restriction - Allocate a struct key_restriction
> + * for the "builtin and secondary trust" keyring. Only for use in
> + * system_trusted_keyring_init().
> */
> static __init struct key_restriction *get_builtin_and_secondary_restriction(void)
Better to just turn the "/**" into "/*" for this one. It's not a function
that should necessarily appear in API docs.
David
Powered by blists - more mailing lists