mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +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|
|
__iomem|
|
||||||
__must_check|
|
__must_check|
|
||||||
__init_refok|
|
__init_refok|
|
||||||
__kprobes
|
__kprobes|
|
||||||
|
__ref
|
||||||
}x;
|
}x;
|
||||||
our $Attribute = qr{
|
our $Attribute = qr{
|
||||||
const|
|
const|
|
||||||
|
|
Loading…
Reference in a new issue