aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 5ba62d8b5e52..63cca81b1105 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -145,7 +145,8 @@ our $Sparse = qr{
145 __must_check| 145 __must_check|
146 __init_refok| 146 __init_refok|
147 __kprobes| 147 __kprobes|
148 __ref 148 __ref|
149 __rcu
149 }x; 150 }x;
150 151
151# Notes to $Attribute: 152# Notes to $Attribute: