diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkpatch.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 1c032b1fa9eb..303c3634198b 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -113,7 +113,10 @@ our $Attribute = qr{ | |||
113 | const| | 113 | const| |
114 | __read_mostly| | 114 | __read_mostly| |
115 | __kprobes| | 115 | __kprobes| |
116 | __(?:mem|cpu|dev|)(?:initdata|init) | 116 | __(?:mem|cpu|dev|)(?:initdata|init)| |
117 | ____cacheline_aligned| | ||
118 | ____cacheline_aligned_in_smp| | ||
119 | ____cacheline_internodealigned_in_smp | ||
117 | }x; | 120 | }x; |
118 | our $Modifier; | 121 | our $Modifier; |
119 | our $Inline = qr{inline|__always_inline|noinline}; | 122 | our $Inline = qr{inline|__always_inline|noinline}; |