mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
checkpatch: add __ref as a sparse modifier
Add __ref as a sparse modifier. Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9360b0e50e
commit
417495eda3
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ our $Sparse = qr{
|
|||
__iomem|
|
||||
__must_check|
|
||||
__init_refok|
|
||||
__kprobes
|
||||
__kprobes|
|
||||
__ref
|
||||
}x;
|
||||
our $Attribute = qr{
|
||||
const|
|
||||
|
|
Loading…
Reference in a new issue