Patchew URL: https://patchew.org/QEMU/20210129171102.4109641-1-berrange@xxxxxxxxxx/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210129171102.4109641-1-berrange@xxxxxxxxxx Subject: [PULL 00/13] Misc patches === 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 * [new tag] patchew/20210129171102.4109641-1-berrange@xxxxxxxxxx -> patchew/20210129171102.4109641-1-berrange@xxxxxxxxxx Switched to a new branch 'test' d1a54cc tests: Replace deprecated ASN1 code fa7ea70 tests: Fix runtime error in test-authz-pam 085f233 ui: update keycodemapdb submodule commit 60edf69 crypto: Add spaces around operator b9680cd configure: replace --enable/disable-git-update with --with-git-submodules 6db8348 docs: fix missing backslash in certtool shell example 4a5ba18 docs: simplify and clarify the platform support rules 89433ae Prefer 'on' | 'off' over 'yes' | 'no' for bool options de66ba1 os: deprecate the -enable-fips option and QEMU's FIPS enforcement aadd818 crypto: Fix memory leaks in set_loaded for tls-* e5056b8 crypto: Forbid broken unloading of secrets 96f48a1 crypto: Move USER_CREATABLE to secret_common base class 0a666a6 crypto: Fix some code style problems, add spaces around operator === OUTPUT BEGIN === 1/13 Checking commit 0a666a653a56 (crypto: Fix some code style problems, add spaces around operator) 2/13 Checking commit 96f48a1f4123 (crypto: Move USER_CREATABLE to secret_common base class) 3/13 Checking commit e5056b897b03 (crypto: Forbid broken unloading of secrets) 4/13 Checking commit aadd818a731a (crypto: Fix memory leaks in set_loaded for tls-*) 5/13 Checking commit de66ba1527d2 (os: deprecate the -enable-fips option and QEMU's FIPS enforcement) 6/13 Checking commit 89433ae1e17b (Prefer 'on' | 'off' over 'yes' | 'no' for bool options) 7/13 Checking commit 4a5ba182d293 (docs: simplify and clarify the platform support rules) 8/13 Checking commit 6db83486e869 (docs: fix missing backslash in certtool shell example) 9/13 Checking commit b9680cded03f (configure: replace --enable/disable-git-update with --with-git-submodules) 10/13 Checking commit 60edf69c0fbf (crypto: Add spaces around operator) ERROR: braces {} are necessary for all arms of this statement #28: FILE: crypto/aes.c:1083: + if (bits == 128) [...] - else if (bits==192) [...] key->rounds = 12; [...] ERROR: braces {} are necessary for all arms of this statement #31: FILE: crypto/aes.c:1085: + else if (bits == 192) [...] else [...] ERROR: space prohibited after that open parenthesis '(' #44: FILE: crypto/desrfb.c:96: + if( pcr[pc2[j + 24]] ) kn[n] |= bigbyte[j]; ERROR: space prohibited before that close parenthesis ')' #44: FILE: crypto/desrfb.c:96: + if( pcr[pc2[j + 24]] ) kn[n] |= bigbyte[j]; ERROR: space required before the open parenthesis '(' #44: FILE: crypto/desrfb.c:96: + if( pcr[pc2[j + 24]] ) kn[n] |= bigbyte[j]; ERROR: trailing statements should be on next line #44: FILE: crypto/desrfb.c:96: + if( pcr[pc2[j + 24]] ) kn[n] |= bigbyte[j]; ERROR: braces {} are necessary for all arms of this statement #44: FILE: crypto/desrfb.c:96: + if( pcr[pc2[j + 24]] ) kn[n] |= bigbyte[j]; [...] total: 7 errors, 0 warnings, 19 lines checked Patch 10/13 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 11/13 Checking commit 085f2338c909 (ui: update keycodemapdb submodule commit) 12/13 Checking commit fa7ea706d673 (tests: Fix runtime error in test-authz-pam) 13/13 Checking commit d1a54cc3e1b1 (tests: Replace deprecated ASN1 code) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20210129171102.4109641-1-berrange@xxxxxxxxxx/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@xxxxxxxxxx