Patchew URL: https://patchew.org/QEMU/20200207150118.23007-1-alex.ben...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v1 0/5] plugins/next Message-id: 20200207150118.23007-1-alex.ben...@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/20200207150118.23007-1-alex.ben...@linaro.org -> patchew/20200207150118.23007-1-alex.ben...@linaro.org Switched to a new branch 'test' 41b2c3d tests/plugins: make howvec clean-up after itself. 107cac9 target/riscv: progressively load the instruction during decode f4d9c2a tests/plugin: prevent uninitialized warning f0c6141 plugins/core: add missing break in cb_to_tcg_flags 1b7fce4 docs/devel: document query handle lifetimes === OUTPUT BEGIN === 1/5 Checking commit 1b7fce4dfde8 (docs/devel: document query handle lifetimes) 2/5 Checking commit f0c614169421 (plugins/core: add missing break in cb_to_tcg_flags) 3/5 Checking commit f4d9c2a8daaa (tests/plugin: prevent uninitialized warning) 4/5 Checking commit 107cac90cc74 (target/riscv: progressively load the instruction during decode) ERROR: line over 90 characters #110: FILE: target/riscv/translate.c:726: + opcode32 = deposit32(opcode32, 16, 16, translator_lduw(env, ctx->base.pc_next + 2)); total: 1 errors, 0 warnings, 103 lines checked Patch 4/5 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/5 Checking commit 41b2c3dc8d77 (tests/plugins: make howvec clean-up after itself.) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200207150118.23007-1-alex.ben...@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com