Patchew URL: https://patchew.org/QEMU/20200508154359.7494-1-richard.hender...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200508154359.7494-1-richard.hender...@linaro.org Subject: [PATCH v5 00/19] target/arm: sve load/store improvements Type: series === 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 === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' 6459e7a target/arm: Remove sve_memopidx 7205242 target/arm: Reuse sve_probe_page for gather loads edbaab9 target/arm: Reuse sve_probe_page for scatter stores 6fc3734 target/arm: Reuse sve_probe_page for gather first-fault loads 4a49d05 target/arm: Use SVEContLdSt for contiguous stores c3adb6a target/arm: Update contiguous first-fault and no-fault loads 8a8b770 target/arm: Use SVEContLdSt for multi-register contiguous loads 389d29b target/arm: Handle watchpoints in sve_ld1_r 63d2628 target/arm: Use SVEContLdSt in sve_ld1_r 469f92b target/arm: Adjust interface of sve_ld1_host_fn 12bbd07 target/arm: Add sve infrastructure for page lookup 14e0e49 target/arm: Drop manual handling of set/clear_helper_retaddr 62e4351 target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn d904801 accel/tcg: Add endian-specific cpu_{ld, st}* operations 0551425 accel/tcg: Add probe_access_flags 64d0017 accel/tcg: Adjust probe_access call to page_check_range 35fd2ff accel/tcg: Add block comment for probe_access 7edaa91 exec: Fix cpu_watchpoint_address_matches address length 80f9aea exec: Add block comments for watchpoint routines === OUTPUT BEGIN === 1/19 Checking commit 80f9aea15f56 (exec: Add block comments for watchpoint routines) 2/19 Checking commit 7edaa91b2b6b (exec: Fix cpu_watchpoint_address_matches address length) 3/19 Checking commit 35fd2ff72cf8 (accel/tcg: Add block comment for probe_access) 4/19 Checking commit 64d0017d5acf (accel/tcg: Adjust probe_access call to page_check_range) 5/19 Checking commit 055142569318 (accel/tcg: Add probe_access_flags) 6/19 Checking commit d90480155016 (accel/tcg: Add endian-specific cpu_{ld, st}* operations) 7/19 Checking commit 62e4351c804c (target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn) ERROR: spaces required around that '*' (ctx:VxV) #63: FILE: target/arm/sve_helper.c:4029: + TLB(env, addr, (TYPEM)*(TYPEE *)(vd + H(reg_off)), ra); \ ^ ERROR: spaces required around that '*' (ctx:WxV) #153: FILE: target/arm/sve_helper.c:4162: + sve_ldst1_tlb_fn *tlb_fn) ^ total: 2 errors, 0 warnings, 455 lines checked Patch 7/19 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 8/19 Checking commit 14e0e496b39d (target/arm: Drop manual handling of set/clear_helper_retaddr) 9/19 Checking commit 12bbd07bd501 (target/arm: Add sve infrastructure for page lookup) WARNING: Block comments use a leading /* on a separate line #32: FILE: target/arm/sve_helper.c:1633: +/* Big-endian hosts need to frob the byte indices. If the copy total: 0 errors, 1 warnings, 281 lines checked Patch 9/19 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 10/19 Checking commit 469f92b781ac (target/arm: Adjust interface of sve_ld1_host_fn) 11/19 Checking commit 63d26285f1a3 (target/arm: Use SVEContLdSt in sve_ld1_r) 12/19 Checking commit 389d29b65ff2 (target/arm: Handle watchpoints in sve_ld1_r) 13/19 Checking commit 8a8b7701adba (target/arm: Use SVEContLdSt for multi-register contiguous loads) 14/19 Checking commit c3adb6af934c (target/arm: Update contiguous first-fault and no-fault loads) 15/19 Checking commit 4a49d058ce11 (target/arm: Use SVEContLdSt for contiguous stores) 16/19 Checking commit 6fc3734e3350 (target/arm: Reuse sve_probe_page for gather first-fault loads) 17/19 Checking commit edbaab96ac2b (target/arm: Reuse sve_probe_page for scatter stores) 18/19 Checking commit 72052427669a (target/arm: Reuse sve_probe_page for gather loads) 19/19 Checking commit 6459e7a099d7 (target/arm: Remove sve_memopidx) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200508154359.7494-1-richard.hender...@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com