Patchew URL: https://patchew.org/QEMU/20200511160951.8733-1-mlevi...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200511160951.8733-1-mlevi...@redhat.com Subject: [PATCH v2 0/7] RFC/WIP: Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread 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 === Switched to a new branch 'test' f10acc6 virtio-scsi: use scsi_device_get 4b28e41 scsi: Add scsi_device_get 969c784 virtio-scsi: don't touch scsi devices that are not yet realized or about to be un-realized c95c33f device-core: use atomic_set on .realized property 239a8ce device-core: use RCU for list of childs of a bus dd0c3a8 Implement drain_call_rcu and use it in hmp_device_del cc7a085 scsi/scsi_bus: switch search direction in scsi_device_find === OUTPUT BEGIN === 1/7 Checking commit cc7a085c2c59 (scsi/scsi_bus: switch search direction in scsi_device_find) 2/7 Checking commit dd0c3a8cfd9b (Implement drain_call_rcu and use it in hmp_device_del) 3/7 Checking commit 239a8cee3c60 (device-core: use RCU for list of childs of a bus) 4/7 Checking commit c95c33f4a7dc (device-core: use atomic_set on .realized property) 5/7 Checking commit 969c784b8d8e (virtio-scsi: don't touch scsi devices that are not yet realized or about to be un-realized) 6/7 Checking commit 4b28e41ee772 (scsi: Add scsi_device_get) WARNING: Block comments use a trailing */ on a separate line #29: FILE: hw/scsi/scsi-bus.c:1592: + * */ ERROR: braces {} are necessary for all arms of this statement #67: FILE: hw/scsi/scsi-bus.c:1630: + if (!dev) [...] total: 1 errors, 1 warnings, 66 lines checked Patch 6/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 7/7 Checking commit f10acc631cf7 (virtio-scsi: use scsi_device_get) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200511160951.8733-1-mlevi...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com