From: Markus Armbruster <armbru@redhat.com>
To: zhujun2 <zhujun2@cmss.chinamobile.com>
Cc: qemu-devel@nongnu.org, mst@redhat.com, imammedo@redhat.com,
anisinha@redhat.com, thuth@redhat.com, lvivier@redhat.com
Subject: Re: [PATCH] tests: Fix printf format string in acpi-utils.c
Date: Fri, 27 Oct 2023 15:32:50 +0200 [thread overview]
Message-ID: <87sf5w198d.fsf@pond.sub.org> (raw)
In-Reply-To: <20231027030930.7739-1-zhujun2@cmss.chinamobile.com> (zhujun2@cmss.chinamobile.com's message of "Thu, 26 Oct 2023 20:09:30 -0700")
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.
next prev parent reply other threads:[~2023-10-27 13:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 3:09 [PATCH] tests: Fix printf format string in acpi-utils.c zhujun2
2023-10-27 6:51 ` Ani Sinha
2023-10-27 8:20 ` Thomas Huth
2023-10-27 13:32 ` Markus Armbruster [this message]
2023-11-06 17:40 ` Michael S. Tsirkin
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=87sf5w198d.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=anisinha@redhat.com \
--cc=imammedo@redhat.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=zhujun2@cmss.chinamobile.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.