Patchew URL: 
https://patchew.org/QEMU/[email protected]/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Subject: [Qemu-devel] [PATCH v4] virtio-scsi: restart DMA after iothread
Type: series
Message-id: [email protected]

=== 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 ===

From https://github.com/patchew-project/qemu
   219dca61eb..59c58f96b2  master     -> master
From https://github.com/patchew-project/qemu
 * [new tag]               patchew/[email protected] 
-> patchew/[email protected]
Switched to a new branch 'test'
d1d49071ff virtio-scsi: restart DMA after iothread

=== OUTPUT BEGIN ===
ERROR: space prohibited between function name and open parenthesis '('
#88: FILE: vl.c:1472:
+    QTAILQ_ENTRY (vm_change_state_entry) entries;

ERROR: space prohibited between function name and open parenthesis '('
#101: FILE: vl.c:1484:
+    e = g_malloc0(sizeof (*e));

ERROR: space prohibited between function name and open parenthesis '('
#136: FILE: vl.c:1510:
+    QTAILQ_REMOVE (&vm_change_state_head, e, entries);

ERROR: space prohibited between function name and open parenthesis '('
#162: FILE: vl.c:3036:
+    QTAILQ_INIT (&vm_change_state_head);

total: 4 errors, 0 warnings, 122 lines checked

Commit d1d49071ff6e (virtio-scsi: restart DMA after iothread) 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/[email protected]/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to [email protected]

Reply via email to