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 d0c8b95..64f0ad8 master -> master 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' 91036ff MAINTAINERS: update linux-user maintainer 12990b4 linux-user: Add strace support for printing arguments of ioctl() f557b4b linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS edb4cca linux-user: Add strace support for printing arguments of fallocate() 3662b47 linux-user: Add strace support for printing arguments of chown()/lchown() c8941f9 linux-user: Add strace support for printing arguments of lseek() 7679394 linux-user: Add strace support for printing argument of syscalls used for extended attributes f503df8 linux-user: Add strace support for a group of syscalls 6eade26 linux-user: Extend strace support to enable argument printing after syscall execution 4477034 linux-user: syscall: ioctls: support DRM_IOCTL_VERSION 60bb835 linux-user/sparc64: Fix the handling of window spill trap 98c30ba target/sparc: Translate flushw opcode === OUTPUT BEGIN === 1/12 Checking commit 98c30baad825 (target/sparc: Translate flushw opcode) 2/12 Checking commit 60bb835dae23 (linux-user/sparc64: Fix the handling of window spill trap) 3/12 Checking commit 4477034ab57c (linux-user: syscall: ioctls: support DRM_IOCTL_VERSION) 4/12 Checking commit 6eade26a79c8 (linux-user: Extend strace support to enable argument printing after syscall execution) 5/12 Checking commit f503df82431b (linux-user: Add strace support for a group of syscalls) 6/12 Checking commit 76793949e17d (linux-user: Add strace support for printing argument of syscalls used for extended attributes) 7/12 Checking commit c8941f977cc1 (linux-user: Add strace support for printing arguments of lseek()) 8/12 Checking commit 3662b47d1c39 (linux-user: Add strace support for printing arguments of chown()/lchown()) 9/12 Checking commit edb4cca2c724 (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 f557b4bc52b8 (linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS) 11/12 Checking commit 12990b4cae13 (linux-user: Add strace support for printing arguments of ioctl()) 12/12 Checking commit 91036ff93594 (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