Merge branch 'akpm' (patches from Andrew)
[linux-2.6-block.git] / scripts / checkpatch.pl
index c64e6044051e9e80f87bd3bc62894741b3d8d548..d574d13ba96395ffa0c3a73b9ce669ba42e6a5a3 100755 (executable)
@@ -269,7 +269,8 @@ our $Sparse = qr{
                        __init_refok|
                        __kprobes|
                        __ref|
-                       __rcu
+                       __rcu|
+                       __private
                }x;
 our $InitAttributePrefix = qr{__(?:mem|cpu|dev|net_|)};
 our $InitAttributeData = qr{$InitAttributePrefix(?:initdata\b)};