[PATCH v1 4/5] landlock: Fix spelling
Günther Noack
gnoack3000 at gmail.com
Tue Dec 23 21:29:28 UTC 2025
On Fri, Dec 19, 2025 at 08:38:50PM +0100, Mickaël Salaün wrote:
> Cc: Günther Noack <gnoack3000 at gmail.com>
> Signed-off-by: Mickaël Salaün <mic at digikod.net>
> ---
> security/landlock/domain.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/landlock/domain.h b/security/landlock/domain.h
> index 7fb70b25f85a..621f054c9a2b 100644
> --- a/security/landlock/domain.h
> +++ b/security/landlock/domain.h
> @@ -97,7 +97,7 @@ struct landlock_hierarchy {
> */
> atomic64_t num_denials;
> /**
> - * @id: Landlock domain ID, sets once at domain creation time.
> + * @id: Landlock domain ID, set once at domain creation time.
> */
> u64 id;
> /**
> --
> 2.52.0
>
Reviewed-by: Günther Noack <gnoack3000 at gmail.com>
More information about the Linux-security-module-archive
mailing list