qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4] virtio-scsi: restart DMA after iothread


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v4] virtio-scsi: restart DMA after iothread
Date: Wed, 12 Jun 2019 07:06:16 -0700 (PDT)

Patchew URL: https://patchew.org/QEMU/address@hidden/



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: address@hidden

=== 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/address@hidden -> patchew/address@hidden
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/address@hidden/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]