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:
Andy Whitcroft 2009-02-27 14:03:08 -08:00 committed by Linus Torvalds
parent 9360b0e50e
commit 417495eda3
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ our $Sparse = qr{
__iomem|
__must_check|
__init_refok|
__kprobes
__kprobes|
__ref
}x;
our $Attribute = qr{
const|