Commit 417495ed authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Linus Torvalds

checkpatch: add __ref as a sparse modifier

Add __ref as a sparse modifier.
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9360b0e5
......@@ -110,7 +110,8 @@ our $Sparse = qr{
__iomem|
__must_check|
__init_refok|
__kprobes
__kprobes|
__ref
}x;
our $Attribute = qr{
const|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment