Patchew URL: https://patchew.org/QEMU/1574179728-35535-1-git-send-email-pbonz...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PULL 00/12] Misc patches for QEMU 4.2-rc Type: series Message-id: 1574179728-35535-1-git-send-email-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 === Switched to a new branch 'test' b13136f mc146818rtc: fix timer interrupt reinjection again c8aba23 Revert "mc146818rtc: fix timer interrupt reinjection" e8adcab scsi: deprecate scsi-disk 42092c5 hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass 06c7471 docs/microvm.rst: add instructions for shutting down the guest 13c0c9d docs/microvm.rst: fix alignment in "Limitations" 02f7826 hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled 9062194 target/i386: Export TAA_NO bit to guests 1950075 target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR 885825e microvm: fix memory leak in microvm_fix_kernel_cmdline 7efdfb1 scripts: Detect git worktrees for get_maintainer.pl --git === OUTPUT BEGIN === 1/11 Checking commit 7efdfb18179f (scripts: Detect git worktrees for get_maintainer.pl --git) 2/11 Checking commit 885825e5f343 (microvm: fix memory leak in microvm_fix_kernel_cmdline) 3/11 Checking commit 19500750d17c (target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR) 4/11 Checking commit 90621948f8f4 (target/i386: Export TAA_NO bit to guests) 5/11 Checking commit 02f7826045a6 (hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled) 6/11 Checking commit 13c0c9d930a3 (docs/microvm.rst: fix alignment in "Limitations") 7/11 Checking commit 06c747141471 (docs/microvm.rst: add instructions for shutting down the guest) 8/11 Checking commit 42092c5e828c (hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass) 9/11 Checking commit e8adcab85cc4 (scsi: deprecate scsi-disk) 10/11 Checking commit c8aba2331468 (Revert "mc146818rtc: fix timer interrupt reinjection") 11/11 Checking commit b13136ffee50 (mc146818rtc: fix timer interrupt reinjection again) ERROR: line over 90 characters #33: FILE: hw/rtc/mc146818rtc.c:171: +periodic_timer_update(RTCState *s, int64_t current_time, uint32_t old_period, bool period_change) WARNING: line over 80 characters #101: FILE: hw/rtc/mc146818rtc.c:808: + periodic_timer_update(s, qemu_clock_get_ns(rtc_clock), s->period, false); total: 1 errors, 1 warnings, 69 lines checked Patch 11/11 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/1574179728-35535-1-git-send-email-pbonz...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com