Message ID | 20200217025957.12031-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | tcg: Fix for Bug 1863508 | expand |
Patchew URL: https://patchew.org/QEMU/20200217025957.12031-1-richard.henderson@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH 0/4] tcg: Fix for Bug 1863508 Message-id: 20200217025957.12031-1-richard.henderson@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 === From https://github.com/patchew-project/qemu * [new tag] patchew/20200217025957.12031-1-richard.henderson@linaro.org -> patchew/20200217025957.12031-1-richard.henderson@linaro.org Switched to a new branch 'test' dcde5a4 tcg: Remove tcg-runtime-gvec.c DO_CMP0 d3d7297 tcg: Tidy tcg-runtime-gvec.c DUP* 1903cc8 tcg: Tidy tcg-runtime-gvec.c types d57f62f tcg: Remove CONFIG_VECTOR16 === OUTPUT BEGIN === 1/4 Checking commit d57f62f5c6d4 (tcg: Remove CONFIG_VECTOR16) 2/4 Checking commit 1903cc856b87 (tcg: Tidy tcg-runtime-gvec.c types) ERROR: spaces required around that '&' (ctx:WxO) #441: FILE: accel/tcg/tcg-runtime-gvec.c:510: + *(uint64_t *)(d + i) = *(uint64_t *)(a + i) &~ *(uint64_t *)(b + i); ^ ERROR: space prohibited after that '~' (ctx:OxW) #441: FILE: accel/tcg/tcg-runtime-gvec.c:510: + *(uint64_t *)(d + i) = *(uint64_t *)(a + i) &~ *(uint64_t *)(b + i); ^ ERROR: spaces required around that '|' (ctx:WxO) #452: FILE: accel/tcg/tcg-runtime-gvec.c:521: + *(uint64_t *)(d + i) = *(uint64_t *)(a + i) |~ *(uint64_t *)(b + i); ^ ERROR: space prohibited after that '~' (ctx:OxW) #452: FILE: accel/tcg/tcg-runtime-gvec.c:521: + *(uint64_t *)(d + i) = *(uint64_t *)(a + i) |~ *(uint64_t *)(b + i); ^ ERROR: spaces required around that '==' (ctx:WxB) #676: FILE: accel/tcg/tcg-runtime-gvec.c:897: + DO_CMP1(gvec_eq##SZ, uint##SZ##_t, ==) \ ^ ERROR: spaces required around that '!=' (ctx:WxB) #677: FILE: accel/tcg/tcg-runtime-gvec.c:898: + DO_CMP1(gvec_ne##SZ, uint##SZ##_t, !=) \ ^ ERROR: spaces required around that '<' (ctx:WxB) #678: FILE: accel/tcg/tcg-runtime-gvec.c:899: + DO_CMP1(gvec_lt##SZ, int##SZ##_t, <) \ ^ ERROR: spaces required around that '<=' (ctx:WxB) #679: FILE: accel/tcg/tcg-runtime-gvec.c:900: + DO_CMP1(gvec_le##SZ, int##SZ##_t, <=) \ ^ ERROR: spaces required around that '<' (ctx:WxB) #680: FILE: accel/tcg/tcg-runtime-gvec.c:901: + DO_CMP1(gvec_ltu##SZ, uint##SZ##_t, <) \ ^ ERROR: spaces required around that '<=' (ctx:WxB) #681: FILE: accel/tcg/tcg-runtime-gvec.c:902: + DO_CMP1(gvec_leu##SZ, uint##SZ##_t, <=) ^ total: 10 errors, 0 warnings, 630 lines checked Patch 2/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/4 Checking commit d3d7297cffc8 (tcg: Tidy tcg-runtime-gvec.c DUP*) 4/4 Checking commit dcde5a461a28 (tcg: Remove tcg-runtime-gvec.c DO_CMP0) ERROR: spaces required around that '*' (ctx:WxV) #30: FILE: accel/tcg/tcg-runtime-gvec.c:869: + *(TYPE *)(d + i) = -(*(TYPE *)(a + i) OP *(TYPE *)(b + i)); \ ^ total: 1 errors, 0 warnings, 23 lines checked Patch 4/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200217025957.12031-1-richard.henderson@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com