Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 1516887809-6265-1-git-send-email-peter.mayd...@linaro.org Subject: [Qemu-devel] [PULL 00/21] target-arm queue === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu * [new tag] patchew/1516887809-6265-1-git-send-email-peter.mayd...@linaro.org -> patchew/1516887809-6265-1-git-send-email-peter.mayd...@linaro.org Switched to a new branch 'test' a7ead1ca00 pl110: Implement vertical compare/next base interrupts f66ce5c2c3 xilinx_spips: Correct usage of an uninitialized local variable d88421481d sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object 7564bd6dfb hw/arm/virt: Check that the CPU realize method succeeded 18db7a35b4 hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1 157a918a47 hw/intc/arm_gic: Fix group priority computation for group 1 IRQs a896e5197e hw/intc/arm_gic: Fix C_RPR value on idle priority ed702de6c2 hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and pending" 0c5df69251 target/arm: Simplify fp_exception_el for user-only 0901e742d2 target/arm: Hoist store to flags output in cpu_get_tb_cpu_state 30d076c766 target/arm: Move cpu_get_tb_cpu_state out of line 9bc4918ade target/arm: Add ARM_FEATURE_SVE 9afce6e002 vmstate: Add VMSTATE_UINT64_SUB_ARRAY 911f6046fd target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers 768420eeb2 target/arm: Change the type of vfp.regs d2beafabf0 target/arm: Use pointers in neon tbl helper e00821354c target/arm: Use pointers in neon zip/uzp helpers ac24cb1f18 target/arm: Use pointers in crypto helpers df207ebf53 target/arm: Mark disas_set_insn_syndrome inline a13bffeacc i.MX: Fix FEC/ENET receive funtions cc82dfe8c8 target/arm: Fix 32-bit address truncation === OUTPUT BEGIN === Checking PATCH 1/21: target/arm: Fix 32-bit address truncation... Checking PATCH 2/21: i.MX: Fix FEC/ENET receive funtions... Checking PATCH 3/21: target/arm: Mark disas_set_insn_syndrome inline... Checking PATCH 4/21: target/arm: Use pointers in crypto helpers... Checking PATCH 5/21: target/arm: Use pointers in neon zip/uzp helpers... ERROR: trailing whitespace #321: FILE: target/arm/translate.c:4691: + $ total: 1 errors, 0 warnings, 373 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 6/21: target/arm: Use pointers in neon tbl helper... Checking PATCH 7/21: target/arm: Change the type of vfp.regs... Checking PATCH 8/21: target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers... ERROR: spaces required around that '*' (ctx:VxV) #88: FILE: target/arm/arch_dump.c:104: + note.vfp.vregs[2*i + 0] = cpu_to_dump64(s, q[0]); ^ ERROR: spaces required around that '*' (ctx:VxV) #89: FILE: target/arm/arch_dump.c:105: + note.vfp.vregs[2*i + 1] = cpu_to_dump64(s, q[1]); ^ total: 2 errors, 0 warnings, 327 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 9/21: vmstate: Add VMSTATE_UINT64_SUB_ARRAY... Checking PATCH 10/21: target/arm: Add ARM_FEATURE_SVE... Checking PATCH 11/21: target/arm: Move cpu_get_tb_cpu_state out of line... Checking PATCH 12/21: target/arm: Hoist store to flags output in cpu_get_tb_cpu_state... Checking PATCH 13/21: target/arm: Simplify fp_exception_el for user-only... Checking PATCH 14/21: hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and pending"... Checking PATCH 15/21: hw/intc/arm_gic: Fix C_RPR value on idle priority... Checking PATCH 16/21: hw/intc/arm_gic: Fix group priority computation for group 1 IRQs... Checking PATCH 17/21: hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1... Checking PATCH 18/21: hw/arm/virt: Check that the CPU realize method succeeded... Checking PATCH 19/21: sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object... Checking PATCH 20/21: xilinx_spips: Correct usage of an uninitialized local variable... Checking PATCH 21/21: pl110: Implement vertical compare/next base interrupts... === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@freelists.org