aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/checkpatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index dc72a9b3172d..c647caab913c 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -356,6 +356,7 @@ our $signature_tags = qr{(?xi:
356our @typeList = ( 356our @typeList = (
357 qr{void}, 357 qr{void},
358 qr{(?:unsigned\s+)?char}, 358 qr{(?:unsigned\s+)?char},
359 qr{(?:unsigned\s+)?short\s+int},
359 qr{(?:unsigned\s+)?short}, 360 qr{(?:unsigned\s+)?short},
360 qr{(?:unsigned\s+)?int}, 361 qr{(?:unsigned\s+)?int},
361 qr{(?:unsigned\s+)?long}, 362 qr{(?:unsigned\s+)?long},