diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 0f9788ab988b040fa3eb12a89ac9cb883f23ce63..b5c875d7132b2fcd4ca7ddc675103172073e7dd6 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -346,9 +346,10 @@ our $Sparse	= qr{
 			__force|
 			__iomem|
 			__must_check|
-			__init_refok|
 			__kprobes|
 			__ref|
+			__refconst|
+			__refdata|
 			__rcu|
 			__private
 		}x;