Message ID | 20210126070351.28575-1-lulu@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | vhost-vdpa: add support for configure interrupt | expand |
Patchew URL: https://patchew.org/QEMU/20210126070351.28575-1-lulu@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210126070351.28575-1-lulu@redhat.com Subject: [PATCH v2 0/5] vhost-vdpa: add support for configure interrupt === 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/20210126070351.28575-1-lulu@redhat.com -> patchew/20210126070351.28575-1-lulu@redhat.com Switched to a new branch 'test' ad89485 vhost-vdpa: add callback function for configure interrupt 5418ebe virtio-mmio: add support for configure interrupt 25554b9 virtio-pci: add support for configure interrupt 7181d5a vhost_net: enable configure interrupt when vhost_net start 8912097 virtio: add support for configure interrupt === OUTPUT BEGIN === 1/5 Checking commit 8912097b7139 (virtio: add support for configure interrupt) 2/5 Checking commit 7181d5abe22f (vhost_net: enable configure interrupt when vhost_net start) 3/5 Checking commit 25554b9fa73a (virtio-pci: add support for configure interrupt) 4/5 Checking commit 5418ebee9696 (virtio-mmio: add support for configure interrupt) 5/5 Checking commit ad89485a096a (vhost-vdpa: add callback function for configure interrupt) ERROR: space required before the open brace '{' #59: FILE: hw/virtio/vhost-vdpa.c:488: + if ((vdev->use_config_notifier) && (start)){ total: 1 errors, 0 warnings, 90 lines checked Patch 5/5 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/20210126070351.28575-1-lulu@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com