Skip to content
Snippets Groups Projects
Commit f861537d authored by André Almeida's avatar André Almeida Committed by Jonathan Corbet
Browse files

kernel-doc: add support for ____cacheline_aligned_in_smp attribute


Subroutine dump_struct uses type attributes to check if the struct
syntax is valid. Then, it removes all attributes before using it for
output. `____cacheline_aligned_in_smp` is an attribute that is
not included in both steps. Add it, since it is used by kernel structs.

Signed-off-by: default avatarAndré Almeida <andrealmeid@collabora.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 2b5f78e5
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment