diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 1530dbf1dab5..623d07b97727 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -2361,6 +2361,8 @@ sub process { | |||
2361 | DECLARE_PER_CPU| | 2361 | DECLARE_PER_CPU| |
2362 | DEFINE_PER_CPU| | 2362 | DEFINE_PER_CPU| |
2363 | __typeof__\(| | 2363 | __typeof__\(| |
2364 | union| | ||
2365 | struct| | ||
2364 | \.$Ident\s*=\s*| | 2366 | \.$Ident\s*=\s*| |
2365 | ^\"|\"$ | 2367 | ^\"|\"$ |
2366 | }x; | 2368 | }x; |