Re: [Qemu-devel] [PATCH v6 2/8] linux-user/strace: Add print_timezone()

2019-09-10 Thread Laurent Vivier
Le 08/09/2019 à 08:15, Philippe Mathieu-Daudé a écrit : > Suggested-by: Laurent Vivier > Signed-off-by: Philippe Mathieu-Daudé > --- > checkpatch error: > ERROR: storage class should be at the beginning of the declaration > --- > linux-user/strace.c | 21 + > 1 file changed,

[Qemu-devel] [PATCH v6 2/8] linux-user/strace: Add print_timezone()

2019-09-07 Thread Philippe Mathieu-Daudé
Suggested-by: Laurent Vivier Signed-off-by: Philippe Mathieu-Daudé --- checkpatch error: ERROR: storage class should be at the beginning of the declaration --- linux-user/strace.c | 21 + 1 file changed, 21 insertions(+) diff --git a/linux-user/strace.c b/linux-user/strace.c