aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 6eceda7a4bd9..bb88df2d001b 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -159,7 +159,7 @@ our @typeList = (
159 qr{float}, 159 qr{float},
160 qr{double}, 160 qr{double},
161 qr{bool}, 161 qr{bool},
162 qr{(?:__)?(?:u|s|be|le)(?:8|16|32|64)}, 162 qr{(?:__)?(?:u|s|be|le)(?:\d|\d\d)},
163 qr{struct\s+$Ident}, 163 qr{struct\s+$Ident},
164 qr{union\s+$Ident}, 164 qr{union\s+$Ident},
165 qr{enum\s+$Ident}, 165 qr{enum\s+$Ident},