Patchew URL: https://patchew.org/QEMU/20190715134211.23063-1-peter.mayd...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PULL 00/10] target-arm queue Message-id: 20190715134211.23063-1-peter.mayd...@linaro.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 === From https://github.com/patchew-project/qemu * [new tag] patchew/20190715134211.23063-1-peter.mayd...@linaro.org -> patchew/20190715134211.23063-1-peter.mayd...@linaro.org Switched to a new branch 'test' 374fdb9 target/arm: NS BusFault on vector table fetch escalates to NS HardFault a30b1da target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026 6d70517 pl031: Correctly migrate state when using -rtc clock=host 93d5845 hw/arm/virt: Fix non-secure flash mode 08594d9 hw/display/xlnx_dp: Avoid crash when reading empty RX FIFO d4bfee6 hw/ssi/mss-spi: Avoid crash when reading empty RX FIFO 521dcfc hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[] 28dc994 hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory 33d10d3 hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs 4ad540c target/arm: report ARMv8-A FP support for AArch32 -cpu max === OUTPUT BEGIN === 1/10 Checking commit 4ad540cb003f (target/arm: report ARMv8-A FP support for AArch32 -cpu max) 2/10 Checking commit 33d10d39bd1e (hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs) 3/10 Checking commit 28dc994a8771 (hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory) 4/10 Checking commit 521dcfc62131 (hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]) 5/10 Checking commit d4bfee6403a6 (hw/ssi/mss-spi: Avoid crash when reading empty RX FIFO) 6/10 Checking commit 08594d9831b4 (hw/display/xlnx_dp: Avoid crash when reading empty RX FIFO) 7/10 Checking commit 93d58455baf6 (hw/arm/virt: Fix non-secure flash mode) 8/10 Checking commit 6d7051773f27 (pl031: Correctly migrate state when using -rtc clock=host) ERROR: spaces required around that '*' (ctx:VxV) #158: FILE: hw/timer/pl031.c:300: + .subsections = (const VMStateDescription*[]) { ^ total: 1 errors, 0 warnings, 146 lines checked Patch 8/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 9/10 Checking commit a30b1dad815c (target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026) 10/10 Checking commit 374fdb936ee9 (target/arm: NS BusFault on vector table fetch escalates to NS HardFault) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190715134211.23063-1-peter.mayd...@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com