qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 01/17] vl.c: Small coding style fix


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 01/17] vl.c: Small coding style fix
Date: Fri, 26 Sep 2014 17:11:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

Il 29/08/2014 22:31, Eduardo Habkost ha scritto:
> Just to make checkpatch.pl happy when moving the code.
> 
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  vl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/vl.c b/vl.c
> index 95be92d..e49c115 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -2711,7 +2711,7 @@ static int configure_accelerator(MachineClass *mc)
>          if (*p == ':') {
>              p++;
>          }
> -        p = get_opt_name(buf, sizeof (buf), p, ':');
> +        p = get_opt_name(buf, sizeof(buf), p, ':');
>          for (i = 0; i < ARRAY_SIZE(accel_list); i++) {
>              if (strcmp(accel_list[i].opt_name, buf) == 0) {
>                  if (!accel_list[i].available()) {
> 

Reviewed-by: Paolo Bonzini <address@hidden>



reply via email to

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