Patchew URL: https://patchew.org/QEMU/20201110150023.25533-1-peter.mayd...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20201110150023.25533-1-peter.mayd...@linaro.org Subject: [PATCH 0/2] hw/misc/tmp105: Correct temperature limit check logic 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 From https://github.com/patchew-project/qemu - [tag update] patchew/1604643893-8223-1-git-send-email-zhengch...@huawei.com -> patchew/1604643893-8223-1-git-send-email-zhengch...@huawei.com - [tag update] patchew/20201104172512.2381656-1-ehabk...@redhat.com -> patchew/20201104172512.2381656-1-ehabk...@redhat.com - [tag update] patchew/20201109091719.2449141-1-f4...@amsat.org -> patchew/20201109091719.2449141-1-f4...@amsat.org * [new tag] patchew/20201110150023.25533-1-peter.mayd...@linaro.org -> patchew/20201110150023.25533-1-peter.mayd...@linaro.org Switched to a new branch 'test' aeeb041 tmp105: Correct handling of temperature limit checks d5c6bca hw/misc/tmp105: reset the T_low and T_High registers === OUTPUT BEGIN === 1/2 Checking commit d5c6bca1904c (hw/misc/tmp105: reset the T_low and T_High registers) 2/2 Checking commit aeeb0419f673 (tmp105: Correct handling of temperature limit checks) ERROR: spaces required around that '*' (ctx:VxV) #120: FILE: hw/misc/tmp105.c:263: + .subsections = (const VMStateDescription*[]) { ^ total: 1 errors, 0 warnings, 108 lines checked Patch 2/2 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/20201110150023.25533-1-peter.mayd...@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com