Message ID | 20191021114857.20538-1-f4bug@amsat.org (mailing list archive) |
---|---|
Headers | show |
Series | linux-user: strace improvements | expand |
Patchew URL: https://patchew.org/QEMU/20191021114857.20538-1-f4bug@amsat.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v8 0/9] linux-user: strace improvements Type: series Message-id: 20191021114857.20538-1-f4bug@amsat.org === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu - [tag update] patchew/20191021145839.12684-1-peter.maydell@linaro.org -> patchew/20191021145839.12684-1-peter.maydell@linaro.org Switched to a new branch 'test' 913f184 linux-user/syscall: Align target_sockaddr fields using ABI types 1ffb986b7 linux-user/strace: Let print_sockaddr() have a 'last' argument 6a05283 linux-user/strace: Improve bind() output 8f9f5d1 linux-user/strace: Add print_sockfd() e7640cd linux-user/strace: Dump AF_NETLINK sockaddr content d07e763 linux-user/syscall: Introduce target_sockaddr_nl a891f9e linux-user/strace: Improve settimeofday() 3b44a6e linux-user/strace: Add print_timezone() 78d8647 linux-user/strace: Display invalid pointer in print_timeval() === OUTPUT BEGIN === 1/9 Checking commit 78d864717f4d (linux-user/strace: Display invalid pointer in print_timeval()) 2/9 Checking commit 3b44a6e3332c (linux-user/strace: Add print_timezone()) ERROR: storage class should be at the beginning of the declaration #20: FILE: linux-user/strace.c:66: +UNUSED static void print_timezone(abi_ulong, int); total: 1 errors, 0 warnings, 32 lines checked Patch 2/9 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/9 Checking commit a891f9efdcfb (linux-user/strace: Improve settimeofday()) 4/9 Checking commit d07e763ac485 (linux-user/syscall: Introduce target_sockaddr_nl) 5/9 Checking commit e7640cd46083 (linux-user/strace: Dump AF_NETLINK sockaddr content) 6/9 Checking commit 8f9f5d162d99 (linux-user/strace: Add print_sockfd()) 7/9 Checking commit 6a05283378ef (linux-user/strace: Improve bind() output) 8/9 Checking commit 1ffb986b76b2 (linux-user/strace: Let print_sockaddr() have a 'last' argument) ERROR: storage class should be at the beginning of the declaration #22: FILE: linux-user/strace.c:70: +UNUSED static void print_sockaddr(abi_ulong, abi_long, int); total: 1 errors, 0 warnings, 40 lines checked Patch 8/9 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 9/9 Checking commit 913f1840d1be (linux-user/syscall: Align target_sockaddr fields using ABI types) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20191021114857.20538-1-f4bug@amsat.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com