qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] tests: Fix printf format string in acpi-utils.c


From: Thomas Huth
Subject: Re: [PATCH] tests: Fix printf format string in acpi-utils.c
Date: Fri, 27 Oct 2023 10:20:30 +0200
User-agent: Mozilla Thunderbird

On 27/10/2023 05.09, zhujun2 wrote:
Inside of acpi_fetch_table() arguments are
printed via fprintf but '%d' is used to print @flags (of type
uint). Use '%u' instead.

Signed-off-by: zhujun2 <zhujun2@cmss.chinamobile.com>

                   ^-- Could you please use the proper spelling of
                       your name here?

You might need to create a proper "name = ..." entry in the "[user]" section of your ~/.gitconfig file.

 Thanks,
  Thomas




reply via email to

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