diff options
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 9208ec64af9d..c79abb41793d 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -116,7 +116,8 @@ our $Attribute = qr{ | |||
116 | __(?:mem|cpu|dev|)(?:initdata|init)| | 116 | __(?:mem|cpu|dev|)(?:initdata|init)| |
117 | ____cacheline_aligned| | 117 | ____cacheline_aligned| |
118 | ____cacheline_aligned_in_smp| | 118 | ____cacheline_aligned_in_smp| |
119 | ____cacheline_internodealigned_in_smp | 119 | ____cacheline_internodealigned_in_smp| |
120 | __weak | ||
120 | }x; | 121 | }x; |
121 | our $Modifier; | 122 | our $Modifier; |
122 | our $Inline = qr{inline|__always_inline|noinline}; | 123 | our $Inline = qr{inline|__always_inline|noinline}; |