Skip to content

Commit

Permalink
checkpatch: add __ref as a sparse modifier
Browse files Browse the repository at this point in the history
Add __ref as a sparse modifier.

Signed-off-by: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Andy Whitcroft authored and torvalds committed Feb 28, 2009
1 parent 9360b0e commit 417495e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
__iomem|
__must_check|
__init_refok|
__kprobes
__kprobes|
__ref
}x;
our $Attribute = qr{
const|
Expand Down

0 comments on commit 417495e

Please sign in to comment.