Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

landlock: Fix spelling

Cc: Günther Noack <gnoack3000@gmail.com>
Link: https://lore.kernel.org/r/20251219193855.825889-4-mic@digikod.net
Reviewed-by: Günther Noack <gnoack3000@gmail.com>
Signed-off-by: Mickaël Salaün <mic@digikod.net>

+1 -1
+1 -1
security/landlock/domain.h
··· 97 97 */ 98 98 atomic64_t num_denials; 99 99 /** 100 - * @id: Landlock domain ID, sets once at domain creation time. 100 + * @id: Landlock domain ID, set once at domain creation time. 101 101 */ 102 102 u64 id; 103 103 /**