Patchew URL: https://patchew.org/QEMU/20190208035551.3036-1-richard.hender...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] tcg: Diagnose referenced labels that have not been emitted Message-id: 20190208035551.3036-1-richard.hender...@linaro.org === TEST SCRIPT BEGIN === #!/bin/bash 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/20190208035551.3036-1-richard.hender...@linaro.org -> patchew/20190208035551.3036-1-richard.hender...@linaro.org Switched to a new branch 'test' 702a152 tcg: Diagnose referenced labels that have not been emitted === OUTPUT BEGIN === ERROR: spaces prohibited around that ':' (ctx:WxW) #90: FILE: tcg/tcg.h:249: + unsigned present : 1; ^ ERROR: spaces prohibited around that ':' (ctx:WxW) #93: FILE: tcg/tcg.h:251: + unsigned id : 14; ^ total: 2 errors, 0 warnings, 79 lines checked Commit 702a152f7d06 (tcg: Diagnose referenced labels that have not been emitted) 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/20190208035551.3036-1-richard.hender...@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com