Patchew URL: https://patchew.org/QEMU/20200922103129.12824-1-da...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200922103129.12824-1-da...@redhat.com Subject: [PATCH v1 0/8] s390x/tcg: Implement some z14 facilities === 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 Switched to a new branch 'test' 4a710cb s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA) 67c8e40 s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 e867c7b s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC) 2af9b83 s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC) 656cf89 s390x/tcg: Implement MULTIPLY HALFWORD (MGH) 6262d2e s390x/tcg: Implement MULTIPLY (MG, MGRK) 3aba4e2 s390x/tcg: Implement SUBTRACT HALFWORD (SGH) c69a385 s390x/tcg: Implement ADD HALFWORD (AGH) === OUTPUT BEGIN === 1/8 Checking commit c69a385d838c (s390x/tcg: Implement ADD HALFWORD (AGH)) ERROR: line over 90 characters #32: FILE: target/s390x/translate.c:6101: +#define FAC_MIE2 S390_FEAT_MISC_INSTRUCTION_EXT /* miscellaneous-instruction-extensions facility 2 */ total: 1 errors, 0 warnings, 14 lines checked Patch 1/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/8 Checking commit 3aba4e25e456 (s390x/tcg: Implement SUBTRACT HALFWORD (SGH)) 3/8 Checking commit 6262d2edc76d (s390x/tcg: Implement MULTIPLY (MG, MGRK)) 4/8 Checking commit 656cf89d2355 (s390x/tcg: Implement MULTIPLY HALFWORD (MGH)) 5/8 Checking commit 2af9b83b61be (s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)) 6/8 Checking commit e867c7b42400 (s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)) 7/8 Checking commit 67c8e4024fd0 (s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2) 8/8 Checking commit 4a710cb58f52 (s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200922103129.12824-1-da...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com