Patchew URL: https://patchew.org/QEMU/20190702150545.1872-1-laur...@vivier.eu/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PULL 0/6] Linux user for 4.1 patches Message-id: 20190702150545.1872-1-laur...@vivier.eu === 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 === Switched to a new branch 'test' ea0eddf linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function dad6ebd linux-user: Handle EXCP_FPE properly for MIPS 8496f1b linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK a51fb42 linux-user: Fix target_flock structure for MIPS O64 ABI 9482101 linux-user: Add support for strace for statx() syscall 4ff6287 linux-user: Add support for translation of statx() syscall === OUTPUT BEGIN === 1/6 Checking commit 4ff6287f00c5 (linux-user: Add support for translation of statx() syscall) WARNING: architecture specific defines should be avoided #63: FILE: linux-user/syscall.c:323: +#if defined(TARGET_NR_statx) && defined(__NR_statx) WARNING: architecture specific defines should be avoided #75: FILE: linux-user/syscall.c:6528: +#if defined(TARGET_NR_statx) && defined(__NR_statx) WARNING: architecture specific defines should be avoided #145: FILE: linux-user/syscall.c:10238: +#if defined(__NR_statx) total: 0 errors, 3 warnings, 186 lines checked Patch 1/6 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/6 Checking commit 948210112e0c (linux-user: Add support for strace for statx() syscall) ERROR: storage class should be at the beginning of the declaration #29: FILE: linux-user/strace.c:979: +UNUSED static struct flags statx_flags[] = { ERROR: storage class should be at the beginning of the declaration #51: FILE: linux-user/strace.c:1001: +UNUSED static struct flags statx_mask[] = { total: 2 errors, 0 warnings, 104 lines checked Patch 2/6 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/6 Checking commit a51fb422d7b1 (linux-user: Fix target_flock structure for MIPS O64 ABI) 4/6 Checking commit 8496f1b8017e (linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK) 5/6 Checking commit dad6ebd3762f (linux-user: Handle EXCP_FPE properly for MIPS) 6/6 Checking commit ea0eddfbca3d (linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190702150545.1872-1-laur...@vivier.eu/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com