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 5ba62d8b5e5..63cca81b110 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: |
