diff mbox series

linux-user/trace-events: fix minor type in format string

Message ID 20210614132536.1657-1-alex.bennee@linaro.org (mailing list archive)
State New, archived
Headers show
Series linux-user/trace-events: fix minor type in format string | expand

Commit Message

Alex Bennée June 14, 2021, 1:25 p.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 linux-user/trace-events | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé June 14, 2021, 1:28 p.m. UTC | #1
On 6/14/21 3:25 PM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  linux-user/trace-events | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydell June 14, 2021, 1:30 p.m. UTC | #2
On Mon, 14 Jun 2021 at 14:27, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Typo in subject line: should be "typo" :-)

-- PMM
Alex Bennée June 14, 2021, 1:59 p.m. UTC | #3
Haha, thanks!

On Mon, 14 Jun 2021, 14:30 Peter Maydell, <peter.maydell@linaro.org> wrote:

> On Mon, 14 Jun 2021 at 14:27, Alex Bennée <alex.bennee@linaro.org> wrote:
> >
> > Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>
> Typo in subject line: should be "typo" :-)
>
> -- PMM
>
diff mbox series

Patch

diff --git a/linux-user/trace-events b/linux-user/trace-events
index 1ec0d11ee3..e7d2f54e94 100644
--- a/linux-user/trace-events
+++ b/linux-user/trace-events
@@ -11,7 +11,7 @@  user_do_rt_sigreturn(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx
 user_do_sigreturn(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx64
 user_force_sig(void *env, int target_sig, int host_sig) "env=%p signal %d (host %d)"
 user_handle_signal(void *env, int target_sig) "env=%p signal %d"
-user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d("
+user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d)"
 user_queue_signal(void *env, int target_sig) "env=%p signal %d"
 user_s390x_restore_sigregs(void *env, uint64_t sc_psw_addr, uint64_t env_psw_addr) "env=%p frame psw.addr 0x%"PRIx64 " current psw.addr 0x%"PRIx64