qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Zhao Liu <zhao1.liu@intel.com>
Cc: "Michael Tokarev" <mjt@tls.msk.ru>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH 1/4] accel/kvm/kvm-all: Fix superfluous trailing semicolon
Date: Thu, 04 Jul 2024 10:48:02 +0100	[thread overview]
Message-ID: <87cyntpjxp.fsf@draig.linaro.org> (raw)
In-Reply-To: <20240704084759.1824420-2-zhao1.liu@intel.com> (Zhao Liu's message of "Thu, 4 Jul 2024 16:47:56 +0800")

Zhao Liu <zhao1.liu@intel.com> writes:

> Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
> ---
>  accel/kvm/kvm-all.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c
> index 2b4ab896794b..64bf47a03300 100644
> --- a/accel/kvm/kvm-all.c
> +++ b/accel/kvm/kvm-all.c
> @@ -3878,7 +3878,7 @@ static StatsList *add_kvmstat_entry(struct kvm_stats_desc *pdesc,
>      /* Alloc and populate data list */
>      stats = g_new0(Stats, 1);
>      stats->name = g_strdup(pdesc->name);
> -    stats->value = g_new0(StatsValue, 1);;
> +    stats->value = g_new0(StatsValue, 1);
>  
>      if ((pdesc->flags & KVM_STATS_UNIT_MASK) == KVM_STATS_UNIT_BOOLEAN) {
>          stats->value->u.boolean = *stats_data;

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


  parent reply	other threads:[~2024-07-04  9:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-04  8:47 [PATCH 0/4] trivial: Fix superfluous trailing semicolon Zhao Liu
2024-07-04  8:47 ` [PATCH 1/4] accel/kvm/kvm-all: " Zhao Liu
2024-07-04  9:35   ` Peter Maydell
2024-07-04  9:48   ` Alex Bennée [this message]
2024-07-04  8:47 ` [PATCH 2/4] hw/i386/x86: " Zhao Liu
2024-07-04  9:36   ` Peter Maydell
2024-07-04  8:47 ` [PATCH 3/4] util/oslib-posix: " Zhao Liu
2024-07-04  9:35   ` Peter Maydell
2024-07-04  9:48   ` Alex Bennée
2024-07-04  8:47 ` [PATCH 4/4] target/hexagon/imported/mmvec: " Zhao Liu
2024-07-04  9:36   ` Peter Maydell
2024-07-04  9:48   ` Alex Bennée
2024-07-05 21:50   ` Brian Cain
2024-07-15  9:59     ` Michael Tokarev
2024-07-15 17:42       ` Brian Cain
2024-07-15 10:00 ` [PATCH 0/4] trivial: " Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87cyntpjxp.fsf@draig.linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=laurent@vivier.eu \
    --cc=mjt@tls.msk.ru \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=zhao1.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).