Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -110,7 +110,8 @@ our $Sparse = qr{
			__iomem|
			__must_check|
			__init_refok|
			__kprobes
			__kprobes|
			__ref
		}x;
our $Attribute	= qr{
			const|