Patchew URL: https://patchew.org/QEMU/20200702152710.84602-1-laur...@vivier.eu/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PULL v2 00/12] Linux user for 5.1 patches Type: series Message-id: 20200702152710.84602-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 === From https://github.com/patchew-project/qemu - [tag update] patchew/20200702152710.84602-1-laur...@vivier.eu -> patchew/20200702152710.84602-1-laur...@vivier.eu Switched to a new branch 'test' b82a9f6 MAINTAINERS: update linux-user maintainer c526dc1 linux-user: Add strace support for printing arguments of ioctl() 2435ebf linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS 52f0002 linux-user: Add strace support for printing arguments of fallocate() e4871f7 linux-user: Add strace support for printing arguments of chown()/lchown() ad82e1a linux-user: Add strace support for printing arguments of lseek() 8567ef8 linux-user: Add strace support for printing argument of syscalls used for extended attributes d3d5da1 linux-user: Add strace support for a group of syscalls 8426f88 linux-user: Extend strace support to enable argument printing after syscall execution c67a17b linux-user: syscall: ioctls: support DRM_IOCTL_VERSION a6cfbc0 linux-user/sparc64: Fix the handling of window spill trap e69906e target/sparc: Translate flushw opcode === OUTPUT BEGIN === 1/12 Checking commit e69906e3f54d (target/sparc: Translate flushw opcode) 2/12 Checking commit a6cfbc0574a2 (linux-user/sparc64: Fix the handling of window spill trap) 3/12 Checking commit c67a17b068f8 (linux-user: syscall: ioctls: support DRM_IOCTL_VERSION) 4/12 Checking commit 8426f882ddc2 (linux-user: Extend strace support to enable argument printing after syscall execution) 5/12 Checking commit d3d5da1be53f (linux-user: Add strace support for a group of syscalls) 6/12 Checking commit 8567ef874043 (linux-user: Add strace support for printing argument of syscalls used for extended attributes) 7/12 Checking commit ad82e1a15420 (linux-user: Add strace support for printing arguments of lseek()) 8/12 Checking commit e4871f7d436a (linux-user: Add strace support for printing arguments of chown()/lchown()) 9/12 Checking commit 52f00022a735 (linux-user: Add strace support for printing arguments of fallocate()) ERROR: storage class should be at the beginning of the declaration #72: FILE: linux-user/strace.c:1138: +UNUSED static struct flags falloc_flags[] = { total: 1 errors, 0 warnings, 104 lines checked Patch 9/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 10/12 Checking commit 2435ebff393e (linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS) 11/12 Checking commit c526dc1e8d40 (linux-user: Add strace support for printing arguments of ioctl()) 12/12 Checking commit b82a9f6f7cfe (MAINTAINERS: update linux-user maintainer) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200702152710.84602-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