Re: [Qemu-devel] [PATCH] Add getsockopt for settable SOL_IPV6 options

2018-12-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181213130611.7496-1-tom.des...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20181213130611.7496-1-tom.des...@gmail.com Subject: [Qemu-devel] [PATCH] Add getsockopt

[Qemu-devel] [PATCH] Add getsockopt for settable SOL_IPV6 options

2018-12-13 Thread tom . deseyn
From: Tom Deseyn Signed-off-by: Tom Deseyn --- linux-user/syscall.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 280137da8c..29bac79b61 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c