qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] virtio-9p: fix coding style issue


From: Greg Kurz
Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-9p: fix coding style issue
Date: Mon, 12 Nov 2018 18:54:59 +0100

On Mon, 12 Nov 2018 01:12:33 +0000
xiezhide <address@hidden> wrote:

> fix two coding style issue
> 

These coding style issues seem to come from patch 1... It is weird to
introduce coding style nits and to fix them afterwards. Just avoid
them in the first place (./scripts/checkpatch.pl is your friend).

> Signed-off-by: x00390961 <address@hidden<mailto:address@hidden>>
> ---
>  fsdev/qemu-fsdev-throttle.c      | 2 +-
>  include/qemu/throttle-options.h   | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/fsdev/qemu-fsdev-throttle.c b/fsdev/qemu-fsdev-throttle.c
> index 7d313f2..fa2b0c8 100644
> --- a/fsdev/qemu-fsdev-throttle.c
> +++ b/fsdev/qemu-fsdev-throttle.c
> @@ -116,7 +116,7 @@ void fsdev_get_io_throttle(FsThrottle *fst, 
> FsdevIOThrottle **fs9pcfg,
>      ThrottleLimits *tlimits;
>      FsdevIOThrottle *fscfg = g_malloc(sizeof(*fscfg));
>      tlimits = qapi_FsdevIOThrottle_base(fscfg);
> -     fscfg->has_id = true;
> +    fscfg->has_id = true;
>      fscfg->id = g_strdup(fsdevice);
>      throttle_config_to_limits(&cfg, tlimits);
>      *fs9pcfg = fscfg;
> diff --git a/include/qemu/throttle-options.h b/include/qemu/throttle-options.h
> index 7134690..3eb1825 100644
> --- a/include/qemu/throttle-options.h
> +++ b/include/qemu/throttle-options.h
> @@ -111,6 +111,5 @@
>              .type = QEMU_OPT_NUMBER,\
>              .help = "when limiting by iops max size of an I/O in bytes",\
>          }
> -

I'd rather keep this blank line for better readability.

>      void throttle_parse_options(ThrottleConfig *, QemuOpts *);
>  #endif
> --
> 1.8.3.1
> 




reply via email to

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