powerpc/kconfig: Kill PPC_MULTIPLATFORM
[deliverable/linux.git] / scripts / checkpatch.pl
index 0dcfdce632b15a2cd3f3eaaf1ff32c755a4561e1..2d5ece798c4c6e786b3e6ee305e9830e490d75e9 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.27';
+my $V = '0.28';
 
 use Getopt::Long qw(:config no_auto_abbrev);
 
@@ -110,7 +110,8 @@ our $Sparse = qr{
                        __iomem|
                        __must_check|
                        __init_refok|
-                       __kprobes
+                       __kprobes|
+                       __ref
                }x;
 our $Attribute = qr{
                        const|
This page took 0.024902 seconds and 5 git commands to generate.