qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: lv.zheng@intel.com
Cc: lv.zheng@intel.com, famz@redhat.com, mst@redhat.com,
	qemu-devel@nongnu.org, zetalog@gmail.com, qemu-arm@nongnu.org,
	shannon.zhao@linaro.org, imammedo@redhat.com,
	pbonzini@redhat.com, rth@twiddle.net
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v3 0/2] ACPI: Add FADT revision support
Date: Thu, 11 Aug 2016 02:11:51 -0700 (PDT)	[thread overview]
Message-ID: <20160811091147.482797.97532@ex-std-node742.prod.rhcloud.com> (raw)
In-Reply-To: <cover.1470905888.git.lv.zheng@intel.com>

Hi,

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

Message-id: cover.1470905888.git.lv.zheng@intel.com
Subject: [Qemu-devel] [PATCH v3 0/2] ACPI: Add FADT revision support
Type: series

=== 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/cover.1470905888.git.lv.zheng@intel.com -> patchew/cover.1470905888.git.lv.zheng@intel.com
Switched to a new branch 'test'
13b8a80 ACPI: Add -acpitable fadt= to allow FADT revision changes
d395c84 ACPI: Cleanup -acpitable option code

=== OUTPUT BEGIN ===
Checking PATCH 1/2: ACPI: Cleanup -acpitable option code...
Checking PATCH 2/2: ACPI: Add -acpitable fadt= to allow FADT revision changes...
ERROR: space prohibited between function name and open parenthesis '('
#156: FILE: hw/i386/acpi-build.c:359:
+        fadt_len = sizeof (AcpiFadtDescriptorRev1);

ERROR: space prohibited between function name and open parenthesis '('
#158: FILE: hw/i386/acpi-build.c:361:
+        fadt_len = sizeof (AcpiFadtDescriptorRev5_1);

total: 2 errors, 0 warnings, 197 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.

=== OUTPUT END ===

Test command exited with code: 1


---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@freelists.org

  parent reply	other threads:[~2016-08-11  9:12 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08  7:28 [Qemu-arm] [PATCH] ACPI: Add -acpifadt to allow FADT revision changes Lv Zheng
2016-08-08  7:35 ` [Qemu-arm] [Qemu-devel] " no-reply
2016-08-08  8:16 ` [Qemu-arm] [PATCH v2] " Lv Zheng
2016-08-08  9:01   ` Paolo Bonzini
2016-08-09 21:06     ` Zheng, Lv
2016-08-08 11:25 ` [Qemu-arm] [PATCH] " Igor Mammedov
2016-08-11  9:06 ` [Qemu-arm] [PATCH v3 0/2] ACPI: Add FADT revision support Lv Zheng
2016-08-11  9:06   ` [Qemu-arm] [PATCH v3 1/2] ACPI: Cleanup -acpitable option code Lv Zheng
2016-08-11  9:06   ` [Qemu-devel] [PATCH v3 2/2] ACPI: Add -acpitable fadt= to allow FADT revision changes Lv Zheng
2016-08-11  9:11   ` no-reply [this message]
2016-08-11  9:12 ` [Qemu-devel] [PATCH v4 0/2] ACPI: Add FADT revision support Lv Zheng
2016-08-11  9:12   ` [Qemu-arm] [PATCH v4 1/2] ACPI: Cleanup -acpitable option code Lv Zheng
2016-08-11  9:17     ` Zheng, Lv
2016-08-11  9:12   ` [Qemu-devel] [PATCH v4 2/2] ACPI: Add -acpitable fadt= to allow FADT revision changes Lv Zheng
2016-08-11  9:36 ` [Qemu-arm] [PATCH v5 0/2] ACPI: Add FADT revision support Lv Zheng
2016-08-11  9:36   ` [Qemu-arm] [PATCH v5 1/2] ACPI: Cleanup -acpitable option code Lv Zheng
2016-08-12 14:51     ` Igor Mammedov
2016-08-15  5:23       ` Zheng, Lv
2016-08-11  9:36   ` [Qemu-devel] [PATCH v5 2/2] ACPI: Add -acpitable fadt= to allow FADT revision changes Lv Zheng
2016-08-11 12:42     ` [Qemu-arm] " Igor Mammedov
2016-08-12  0:47       ` Zheng, Lv
2016-08-12  3:07         ` Michael S. Tsirkin
2016-08-15  1:33           ` Zheng, Lv
2016-08-15  1:47             ` Michael S. Tsirkin
2016-08-15  2:18               ` [Qemu-devel] " Zheng, Lv
2016-08-15  2:23                 ` [Qemu-arm] " Michael S. Tsirkin
2016-08-15  3:18                   ` Zheng, Lv
2016-08-12 14:55         ` Igor Mammedov
2016-08-15  4:18           ` Zheng, Lv
2016-08-12 14:59     ` [Qemu-devel] " Paolo Bonzini
2016-08-15  1:42       ` [Qemu-arm] " Zheng, Lv
2016-08-17 11:42         ` Paolo Bonzini

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=20160811091147.482797.97532@ex-std-node742.prod.rhcloud.com \
    --to=no-reply@patchew.org \
    --cc=famz@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=lv.zheng@intel.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=shannon.zhao@linaro.org \
    --cc=zetalog@gmail.com \
    /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).