commit | f861537d5f856f8bffc7ddd1f9c1a59bfed0012a | [log] [tgz] |
---|---|---|
author | André Almeida <andrealmeid@collabora.com> | Tue Sep 17 16:41:46 2019 -0300 |
committer | Jonathan Corbet <corbet@lwn.net> | Tue Oct 01 06:57:17 2019 -0600 |
tree | 5fecb67c456ed94e2c594f005fb054ae6d5f7eca | |
parent | 2b5f78e5e942d76e5497f53c2298900224b52c51 [diff] |
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>