Home
last modified time | relevance | path

Searched hist:f861537d5f856f8bffc7ddd1f9c1a59bfed0012a (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff f861537d5f856f8bffc7ddd1f9c1a59bfed0012a Tue Sep 17 21:41:46 CEST 2019 André Almeida <andrealmeid@collabora.com> 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: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>