diff options
| -rwxr-xr-x | scripts/checkpatch.pl | 1 |
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: | |||
| 356 | our @typeList = ( | 356 | our @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}, |
