Patchew URL: https://patchew.org/QEMU/20200617142305.1198672-1-stef...@linux.vnet.ibm.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts Type: series Message-id: 20200617142305.1198672-1-stef...@linux.vnet.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 From https://github.com/patchew-project/qemu * [new tag] patchew/20200617142305.1198672-1-stef...@linux.vnet.ibm.com -> patchew/20200617142305.1198672-1-stef...@linux.vnet.ibm.com Switched to a new branch 'test' 527f6a6 tpm: Disable interrupt support for TIS on sysbus 2409660 tpm: Guard irq related ops in case interrupts are disabled 727db5a tests: Add updated DSDT 9ae0b0d acpi: Enable TPM IRQ 62a659a tpm: Split TPM_TIS_IRQ into TPM_TIS_ISA_IRQ and TPM_TIS_SYSBUS_IRQ 4e3994a tests: Temporarily ignore DSDT table differences 651ddf0 tpm: Extend TPMIfClass with get_irqnum() function 9fe25b1 tpm_tis: Allow lowering of IRQ also when locality is not active === OUTPUT BEGIN === 1/8 Checking commit 9fe25b11a231 (tpm_tis: Allow lowering of IRQ also when locality is not active) 2/8 Checking commit 651ddf03a413 (tpm: Extend TPMIfClass with get_irqnum() function) ERROR: Macros with complex values should be enclosed in parenthesis #77: FILE: include/sysemu/tpm.h:28: +#define TPM_IRQ_DISABLED ~0 total: 1 errors, 0 warnings, 70 lines checked Patch 2/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/8 Checking commit 4e3994ae9e45 (tests: Temporarily ignore DSDT table differences) 4/8 Checking commit 62a659ab5c12 (tpm: Split TPM_TIS_IRQ into TPM_TIS_ISA_IRQ and TPM_TIS_SYSBUS_IRQ) 5/8 Checking commit 9ae0b0d6f724 (acpi: Enable TPM IRQ) 6/8 Checking commit 727db5ac78ac (tests: Add updated DSDT) 7/8 Checking commit 240966001b86 (tpm: Guard irq related ops in case interrupts are disabled) 8/8 Checking commit 527f6a6fdb16 (tpm: Disable interrupt support for TIS on sysbus) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200617142305.1198672-1-stef...@linux.vnet.ibm.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com