Patchew URL: https://patchew.org/QEMU/20190629130017.2973-1-richard.hender...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v6 00/16] tcg/ppc: Add vector opcodes Message-id: 20190629130017.2973-1-richard.hender...@linaro.org 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 === Switched to a new branch 'test' 735e428 tcg/ppc: Update vector support to v3.00 d5df8ce tcg/ppc: Update vector support to v2.07 70bae8c tcg/ppc: Update vector support to v2.06 cdcb6fd tcg/ppc: Enable Altivec detection 5eca04a tcg/ppc: Support vector dup2 9a92a5b tcg/ppc: Support vector multiply 9dcbbb5 tcg/ppc: Support vector shift by immediate 5707cff tcg/ppc: Prepare case for vector multiply 4e8c856 tcg/ppc: Add support for vector saturated add/subtract 8542349 tcg/ppc: Add support for vector add/subtract 09dcca3 tcg/ppc: Add support for vector maximum/minimum 940d802 tcg/ppc: Add support for load/store/logic/comparison 1354b48 tcg/ppc: Enable tcg backend vector compilation ce65dc7 tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC() c15e076 tcg/ppc: Introduce macro VX4() a351796 tcg/ppc: Introduce Altivec registers === OUTPUT BEGIN === 1/16 Checking commit a35179674cf2 (tcg/ppc: Introduce Altivec registers) 2/16 Checking commit c15e076c7d0f (tcg/ppc: Introduce macro VX4()) ERROR: spaces required around that '|' (ctx:VxV) #21: FILE: tcg/ppc/tcg-target.inc.c:322: +#define VX4(opc) (OPCD(4)|(opc)) ^ total: 1 errors, 0 warnings, 7 lines checked Patch 2/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/16 Checking commit ce65dc76f743 (tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC()) 4/16 Checking commit 1354b48a4dce (tcg/ppc: Enable tcg backend vector compilation) WARNING: Block comments use a leading /* on a separate line #155: FILE: tcg/ppc/tcg-target.inc.c:2842: + if (hwcap & /* PPC_FEATURE_HAS_ALTIVEC -- NOT YET */ 0) { WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #173: new file mode 100644 total: 0 errors, 2 warnings, 138 lines checked Patch 4/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/16 Checking commit 940d8027994d (tcg/ppc: Add support for load/store/logic/comparison) 6/16 Checking commit 09dcca3c9f87 (tcg/ppc: Add support for vector maximum/minimum) 7/16 Checking commit 8542349a45f4 (tcg/ppc: Add support for vector add/subtract) 8/16 Checking commit 4e8c8565186d (tcg/ppc: Add support for vector saturated add/subtract) 9/16 Checking commit 5707cff60faf (tcg/ppc: Prepare case for vector multiply) 10/16 Checking commit 9dcbbb561046 (tcg/ppc: Support vector shift by immediate) 11/16 Checking commit 9a92a5bffebd (tcg/ppc: Support vector multiply) ERROR: code indent should never use tabs #133: FILE: tcg/ppc/tcg-target.inc.c:3220: +^Ibreak;$ total: 1 errors, 0 warnings, 185 lines checked Patch 11/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 12/16 Checking commit 5eca04a86aea (tcg/ppc: Support vector dup2) 13/16 Checking commit cdcb6fdbe190 (tcg/ppc: Enable Altivec detection) 14/16 Checking commit 70bae8c6b3df (tcg/ppc: Update vector support to v2.06) 15/16 Checking commit d5df8cec3718 (tcg/ppc: Update vector support to v2.07) 16/16 Checking commit 735e428f5f2a (tcg/ppc: Update vector support to v3.00) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190629130017.2973-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