diff options
| author | Jeff Cody | 2016-11-01 15:38:35 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2016-11-02 09:28:56 +0100 |
| commit | 000980cb8307afe0578368cee8f31018905bb036 (patch) | |
| tree | 377f29a17bbdb258845b2479a1b1a59bdd1907fb /scripts | |
| parent | x86: add AVX512_4VNNIW and AVX512_4FMAPS features (diff) | |
| download | qemu-000980cb8307afe0578368cee8f31018905bb036.tar.gz qemu-000980cb8307afe0578368cee8f31018905bb036.tar.xz qemu-000980cb8307afe0578368cee8f31018905bb036.zip | |
checkpatch: allow spaces before parenthesis for 'coroutine_fn'
Signed-off-by: Jeff Cody <jcody@redhat.com>
Message-Id: <83b0fae0728906e18849c971d22d077d7fc0f179.1478010883.git.jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 1f1c9d3498..f084542934 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1754,7 +1754,7 @@ sub process { # Ignore those directives where spaces _are_ permitted. if ($name =~ /^(?: if|for|while|switch|return|case| - volatile|__volatile__| + volatile|__volatile__|coroutine_fn| __attribute__|format|__extension__| asm|__asm__)$/x) { |
