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 0f9788ab988b..b5c875d7132b 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
| @@ -346,9 +346,10 @@ our $Sparse = qr{ | |||
| 346 | __force| | 346 | __force| |
| 347 | __iomem| | 347 | __iomem| |
| 348 | __must_check| | 348 | __must_check| |
| 349 | __init_refok| | ||
| 350 | __kprobes| | 349 | __kprobes| |
| 351 | __ref| | 350 | __ref| |
| 351 | __refconst| | ||
| 352 | __refdata| | ||
| 352 | __rcu| | 353 | __rcu| |
| 353 | __private | 354 | __private |
| 354 | }x; | 355 | }x; |
