Patchew URL: https://patchew.org/QEMU/20200630151150.536580-1-pbonz...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] KVM: x86: believe what KVM says about WAITPKG Type: series Message-id: 20200630151150.536580-1-pbonz...@redhat.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 === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu - [tag update] patchew/20200624121841.17971-1-p...@xen.org -> patchew/20200624121841.17971-1-p...@xen.org * [new tag] patchew/20200630152531.20657-1-aleksandar.qemu.de...@gmail.com -> patchew/20200630152531.20657-1-aleksandar.qemu.de...@gmail.com - [tag update] patchew/cover.1593273671.git.elena.ufimts...@oracle.com -> patchew/cover.1593273671.git.elena.ufimts...@oracle.com Switched to a new branch 'test' 70f0d7b KVM: x86: believe what KVM says about WAITPKG === OUTPUT BEGIN === ERROR: line over 90 characters #32: FILE: target/i386/cpu.c:6541: + x86_cpu_get_supported_feature_word(FEAT_1_ECX, cpu->migratable) & CPUID_EXT_MONITOR; ERROR: line over 90 characters #34: FILE: target/i386/cpu.c:6543: + x86_cpu_get_supported_feature_word(FEAT_7_0_ECX, cpu->migratable) & CPUID_7_0_ECX_WAITPKG; total: 2 errors, 0 warnings, 23 lines checked Commit 70f0d7b338b2 (KVM: x86: believe what KVM says about WAITPKG) 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/20200630151150.536580-1-pbonz...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com