Patchew URL: https://patchew.org/QEMU/20191009091010.16467-1-ganes...@linux.ibm.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v15 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests Type: series Message-id: 20191009091010.16467-1-ganes...@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 === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' d37252c ppc: spapr: Activate the FWNMI functionality c352637 migration: Include migration support for machine check handling c1e0472 ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls dafd3ab target/ppc: Build rtas error log upon an MCE 1de975f target/ppc: Handle NMI guest exit c494871 ppc: spapr: Introduce FWNMI capability bbd8d5f Wrapper function to wait on condition for the main loop mutex === OUTPUT BEGIN === 1/7 Checking commit bbd8d5f4d77b (Wrapper function to wait on condition for the main loop mutex) 2/7 Checking commit c494871610b8 (ppc: spapr: Introduce FWNMI capability) WARNING: line over 80 characters #57: FILE: hw/ppc/spapr_caps.c:511: + warn_report("Firmware Assisted Non-Maskable Interrupts not supported in TCG"); total: 0 errors, 1 warnings, 97 lines checked Patch 2/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/7 Checking commit 1de975f99e45 (target/ppc: Handle NMI guest exit) 4/7 Checking commit dafd3ab0fcdd (target/ppc: Build rtas error log upon an MCE) ERROR: space required after that close brace '}' #98: FILE: hw/ppc/spapr_events.c:282: + RTAS_LOG_INITIATOR_CPU, RTAS_LOG_SEVERITY_ERROR_SYNC, }}; ERROR: space required after that close brace '}' #127: FILE: hw/ppc/spapr_events.c:311: + RTAS_LOG_INITIATOR_CPU, RTAS_LOG_SEVERITY_ERROR_SYNC, }}; total: 2 errors, 0 warnings, 304 lines checked Patch 4/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/7 Checking commit c1e0472642b1 (ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls) ERROR: code indent should never use tabs #39: FILE: hw/ppc/spapr_caps.c:513: +^Iif (!kvmppc_set_fwnmi()) {$ ERROR: code indent should never use tabs #40: FILE: hw/ppc/spapr_caps.c:514: +^I /* Register ibm,nmi-register and ibm,nmi-interlock RTAS calls */$ ERROR: code indent should never use tabs #41: FILE: hw/ppc/spapr_caps.c:515: +^I spapr_fwnmi_register();$ ERROR: code indent should never use tabs #42: FILE: hw/ppc/spapr_caps.c:516: +^I} else {$ ERROR: code indent should never use tabs #43: FILE: hw/ppc/spapr_caps.c:517: +^I error_setg(errp,$ ERROR: code indent should never use tabs #45: FILE: hw/ppc/spapr_caps.c:519: +^I}$ total: 6 errors, 0 warnings, 101 lines checked Patch 5/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 6/7 Checking commit c352637397ca (migration: Include migration support for machine check handling) 7/7 Checking commit d37252c76320 (ppc: spapr: Activate the FWNMI functionality) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20191009091010.16467-1-ganes...@linux.ibm.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com