qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/1] checkpatch: allow spaces before parenthesis


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/1] checkpatch: allow spaces before parenthesis for 'coroutine_fn'
Date: Tue, 1 Nov 2016 15:45:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0


On 01/11/2016 15:38, Jeff Cody wrote:
> Signed-off-by: Jeff Cody <address@hidden>
> ---
>  scripts/checkpatch.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
> index 3afa19a..9e64e61 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)
>                       {
> 

Looks good, thanks.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]