qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: marcandre.lureau@redhat.com
Cc: famz@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 00/15] qapi: remove the 'middle' mode
Date: Mon, 8 Aug 2016 07:55:12 -0700 (PDT)	[thread overview]
Message-ID: <E1bWlxU-0006IY-CA@eggs.gnu.org> (raw)
In-Reply-To: <20160808141439.16908-1-marcandre.lureau@redhat.com>

Hi,

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

Message-id: 20160808141439.16908-1-marcandre.lureau@redhat.com
Type: series
Subject: [Qemu-devel] [PATCH v3 00/15] qapi: remove the 'middle' mode

=== TEST SCRIPT BEGIN ===
#!/bin/bash

BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0

commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
    echo "Checking PATCH $n/$total: $(git show --no-patch --format=%s $c)..."
    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
        failed=1
        echo
    fi
    n=$((n+1))
done

exit $failed
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 * [new tag]         patchew/20160808141439.16908-1-marcandre.lureau@redhat.com -> patchew/20160808141439.16908-1-marcandre.lureau@redhat.com
Switched to a new branch 'test'
3879f40 qmp-commands.txt: fix some styling
f962de2 Drop qmp-commands.hx
69cf17d build-sys: remove qmp-commands-old.h
fb249f9 monitor: use qmp_dispatch()
ce3a886 qmp: update qmp_query_spice fallback
e9443e9 qapi: check invalid arguments on no-args commands
6159f41 qapi: remove the "middle" mode
51a6744 monitor: implement 'qmp_query_commands' without qmp_cmds
48e462f monitor: remove mhandler.cmd_new
1705b2d monitor: register the qapi generated commands
82316cd qapi: add 'export-marshal' command key
3bd2e14 monitor: remove usage of generated marshal functions
f283f5e monitor: register gen:false commands manually
f9b1148 qapi-schema: add 'device_add'
53e5fc1 qapi-schema: use generated marshaller for 'qmp_capabilities'

=== OUTPUT BEGIN ===
Checking PATCH 1/15: qapi-schema: use generated marshaller for 'qmp_capabilities'...
Checking PATCH 2/15: qapi-schema: add 'device_add'...
Checking PATCH 3/15: monitor: register gen:false commands manually...
Checking PATCH 4/15: monitor: remove usage of generated marshal functions...
Checking PATCH 5/15: qapi: add 'export-marshal' command key...
Checking PATCH 6/15: monitor: register the qapi generated commands...
Checking PATCH 7/15: monitor: remove mhandler.cmd_new...
Checking PATCH 8/15: monitor: implement 'qmp_query_commands' without qmp_cmds...
Checking PATCH 9/15: qapi: remove the "middle" mode...
Checking PATCH 10/15: qapi: check invalid arguments on no-args commands...
Checking PATCH 11/15: qmp: update qmp_query_spice fallback...
Checking PATCH 12/15: monitor: use qmp_dispatch()...
Checking PATCH 13/15: build-sys: remove qmp-commands-old.h...
Checking PATCH 14/15: Drop qmp-commands.hx...
ERROR: trailing whitespace
#5128: FILE: qmp-commands.txt:73:
+Arguments: $

ERROR: trailing whitespace
#6620: FILE: qmp-commands.txt:1565:
+Arguments: $

ERROR: trailing whitespace
#7346: FILE: qmp-commands.txt:2291:
+   $

ERROR: trailing whitespace
#7363: FILE: qmp-commands.txt:2308:
+   $

ERROR: trailing whitespace
#7747: FILE: qmp-commands.txt:2692:
+               (such as RDMA pinning) which may be expensive, but do not $

ERROR: trailing whitespace
#7748: FILE: qmp-commands.txt:2693:
+               actually occur during the iterative migration rounds $

total: 6 errors, 0 warnings, 3887 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Checking PATCH 15/15: qmp-commands.txt: fix some styling...
=== OUTPUT END ===

Test command exited with code: 1

  parent reply	other threads:[~2016-08-08 14:55 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08 14:14 [Qemu-devel] [PATCH v3 00/15] qapi: remove the 'middle' mode marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 01/15] qapi-schema: use generated marshaller for 'qmp_capabilities' marcandre.lureau
2016-08-09 11:22   ` Markus Armbruster
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 02/15] qapi-schema: add 'device_add' marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 03/15] monitor: register gen:false commands manually marcandre.lureau
2016-08-09  7:52   ` Markus Armbruster
2016-08-09 17:16     ` Marc-André Lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 04/15] monitor: remove usage of generated marshal functions marcandre.lureau
2016-08-09  8:36   ` Markus Armbruster
2016-08-09  8:43     ` Marc-André Lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 05/15] qapi: add 'export-marshal' command key marcandre.lureau
2016-08-09  8:05   ` Markus Armbruster
2016-08-09  8:38     ` Marc-André Lureau
2016-08-09 14:35       ` Markus Armbruster
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 06/15] monitor: register the qapi generated commands marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 07/15] monitor: remove mhandler.cmd_new marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 08/15] monitor: implement 'qmp_query_commands' without qmp_cmds marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 09/15] qapi: remove the "middle" mode marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 10/15] qapi: check invalid arguments on no-args commands marcandre.lureau
2016-08-09 12:11   ` Markus Armbruster
2016-08-09 12:20     ` Marc-André Lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 11/15] qmp: update qmp_query_spice fallback marcandre.lureau
2016-08-09 12:38   ` Markus Armbruster
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 12/15] monitor: use qmp_dispatch() marcandre.lureau
2016-08-09 12:43   ` Markus Armbruster
2016-08-09 12:48     ` Daniel P. Berrange
2016-08-09 12:50     ` Marc-André Lureau
2016-08-09 14:29       ` Markus Armbruster
2016-08-09 14:41         ` Marc-André Lureau
2016-08-09 16:27           ` Markus Armbruster
2016-08-09 19:35             ` Marc-André Lureau
2016-08-10 10:17               ` Markus Armbruster
2016-08-10 15:28                 ` Marc-André Lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 13/15] build-sys: remove qmp-commands-old.h marcandre.lureau
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 14/15] Drop qmp-commands.hx marcandre.lureau
2016-08-09 13:08   ` Markus Armbruster
2016-08-09 13:35     ` Marc-André Lureau
2016-08-17 15:01       ` Markus Armbruster
2016-08-08 14:14 ` [Qemu-devel] [PATCH v3 15/15] qmp-commands.txt: fix some styling marcandre.lureau
2016-08-08 14:55 ` no-reply [this message]
2016-08-08 17:59   ` [Qemu-devel] [PATCH v3 00/15] qapi: remove the 'middle' mode Marc-André Lureau
2016-08-09 14:50 ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1bWlxU-0006IY-CA@eggs.gnu.org \
    --to=no-reply@patchew.org \
    --cc=armbru@redhat.com \
    --cc=famz@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).