lint/checkpatch: Add __aligned to the list of attribute notes
This updates the script to upstream version 6.8
2f9dadba5b
Change-Id: I9274e8b5ed5ada27c290c462b0c59eccf1b0b60d
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81949
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
7cd7db6991
commit
f2caaf3e7f
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ our $Attribute = qr{
|
|||
__ro_after_init|
|
||||
__kprobes|
|
||||
$InitAttribute|
|
||||
__aligned\s*\(.*\)|
|
||||
____cacheline_aligned|
|
||||
____cacheline_aligned_in_smp|
|
||||
____cacheline_internodealigned_in_smp|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue