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

Alex Bennée posted 1 patch 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210614132536.1657-1-alex.bennee@linaro.org
linux-user/trace-events | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] linux-user/trace-events: fix minor type in format string
Posted by Alex Bennée 2 years, 10 months ago
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 linux-user/trace-events | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


Re: [PATCH] linux-user/trace-events: fix minor type in format string
Posted by Philippe Mathieu-Daudé 2 years, 10 months ago
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>

Re: [PATCH] linux-user/trace-events: fix minor type in format string
Posted by Peter Maydell 2 years, 10 months ago
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

Re: [PATCH] linux-user/trace-events: fix minor type in format string
Posted by Alex Bennée 2 years, 10 months ago
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
>