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: Markus Armbruster
Subject: Re: [PATCH] tests: Fix printf format string in acpi-utils.c
Date: Fri, 27 Oct 2023 15:32:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

zhujun2 <zhujun2@cmss.chinamobile.com> writes:

> 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>

Please sign off with your real name.

You should be able to automate this by putting

    [user]
            email = armbru@redhat.com
            name = Markus Armbruster

into ~/.gitconfig or git/config.




reply via email to

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