Patchew URL: https://patchew.org/QEMU/20200323084617.1782-1-bbhush...@marvell.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v9 0/9] virtio-iommu: VFIO integration Message-id: 20200323084617.1782-1-bbhush...@marvell.com Type: series === 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 9b26a61..29e0855 master -> master - [tag update] patchew/20200320160622.8040-1-richard.hender...@linaro.org -> patchew/20200320160622.8040-1-richard.hender...@linaro.org Switched to a new branch 'test' 8eeb60c virtio-iommu: add iommu notifier memory-region 176e083 virtio-iommu: Implement probe request 221f4ba virtio-iommu: add iommu replay 30211fd virtio-iommu: Call iommu notifier for attach/detach 84f316d virtio-iommu: Add iommu notifier for map/unmap 8cc559f virtio-iommu: set supported page size mask d4062a9 vfio: set iommu page size as per host supported page size cc9310f memory: Add interface to set iommu page size mask 2b43555 hw/vfio/common: Remove error print on mmio region translation by viommu === OUTPUT BEGIN === 1/9 Checking commit 2b43555a2f62 (hw/vfio/common: Remove error print on mmio region translation by viommu) 2/9 Checking commit cc9310f32d06 (memory: Add interface to set iommu page size mask) 3/9 Checking commit d4062a953cef (vfio: set iommu page size as per host supported page size) 4/9 Checking commit 8cc559f025ae (virtio-iommu: set supported page size mask) 5/9 Checking commit 84f316d68429 (virtio-iommu: Add iommu notifier for map/unmap) 6/9 Checking commit 30211fdb36cd (virtio-iommu: Call iommu notifier for attach/detach) 7/9 Checking commit 221f4ba0d125 (virtio-iommu: add iommu replay) 8/9 Checking commit 176e0834bcee (virtio-iommu: Implement probe request) ERROR: code indent should never use tabs #93: FILE: hw/virtio/virtio-iommu.c:539: +^I}$ ERROR: code indent should never use tabs #122: FILE: hw/virtio/virtio-iommu.c:568: +^Ibreak;$ total: 2 errors, 0 warnings, 250 lines checked Patch 8/9 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 9/9 Checking commit 8eeb60c12ace (virtio-iommu: add iommu notifier memory-region) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200323084617.1782-1-bbhush...@marvell.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com