diff options
| author | Mickaël Salaün <mic@digikod.net> | 2026-07-03 16:17:09 +0200 |
|---|---|---|
| committer | Mickaël Salaün <mic@digikod.net> | 2026-07-10 12:59:09 +0200 |
| commit | 592a37889f97d60debf6a442684ba4d13435c817 (patch) | |
| tree | e2d10c240e4dce3a227e1b378995eebdfd6f5a7e /scripts/extract-vmlinux | |
| parent | f4b30e0b1d488e7ffd8ea28d1365b9ba8e551edb (diff) | |
landlock: Fix kernel-doc for the nested quiet layer flag
kernel-doc emits "Excess struct member 'quiet' description in
'landlock_layer'" because "quiet" is a bitfield inside the named nested
struct "flags", but its inline comment used the bare member name
"@quiet:", which kernel-doc attributes to the enclosing landlock_layer.
Use the canonical dotted notation "@flags.quiet:" so kernel-doc resolves
the nested member, and include it in the generated documentation.
Cc: Justin Suess <utilityemal77@gmail.com>
Cc: Tingmao Wang <m@maowtm.org>
Fixes: a260c0055665 ("landlock: Add a place for flags to layer rules")
Link: https://patch.msgid.link/20260703141711.2016964-1-mic@digikod.net
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Diffstat (limited to 'scripts/extract-vmlinux')
0 files changed, 0 insertions, 0 deletions
