Message ID | 1561475829-19202-1-git-send-email-walling@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | Guest Support for DIAGNOSE 0x318 | expand |
Patchew URL: https://patchew.org/QEMU/1561475829-19202-1-git-send-email-walling@linux.ibm.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v5 0/2] Guest Support for DIAGNOSE 0x318 Type: series Message-id: 1561475829-19202-1-git-send-email-walling@linux.ibm.com === 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/1561475829-19202-1-git-send-email-walling@linux.ibm.com -> patchew/1561475829-19202-1-git-send-email-walling@linux.ibm.com Switched to a new branch 'test' 2cd6021 s390: diagnose 318 info reset and migration support f01785b s390/kvm: header sync for diag318 === OUTPUT BEGIN === 1/2 Checking commit f01785b90310 (s390/kvm: header sync for diag318) 2/2 Checking commit 2cd6021b6d2a (s390: diagnose 318 info reset and migration support) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #37: new file mode 100644 ERROR: adding a line without newline at end of file #165: FILE: hw/s390x/diag318.h:38: +#endif /* HW_DIAG318_H */ ERROR: line over 90 characters #285: FILE: target/s390x/cpu_features.c:131: + FEAT_INIT("diag318", S390_FEAT_TYPE_SCLP_BYTE_134, 0, "Control program name and version codes"), total: 2 errors, 1 warnings, 300 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/1561475829-19202-1-git-send-email-walling@linux.ibm.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com