projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ea69f
)
checkpatch: allow spaces before parenthesis for 'coroutine_fn'
author
Jeff Cody
<jcody@redhat.com>
Tue, 1 Nov 2016 14:38:35 +0000
(10:38 -0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 2 Nov 2016 08:28:56 +0000
(09:28 +0100)
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>
scripts/checkpatch.pl
patch
|
blob
|
history
diff --git
a/scripts/checkpatch.pl
b/scripts/checkpatch.pl
index
1f1c9d3
..
f084542
100755
(executable)
--- 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)
{