From: no-reply@patchew.org
To: lvivier@redhat.com
Cc: famz@redhat.com, qemu-devel@nongnu.org, thuth@redhat.com,
groug@kaod.org, qemu-ppc@nongnu.org, kraxel@redhat.com,
dgibson@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/4] tests: enable ohci/uhci/xhci tests on PPC64
Date: Mon, 26 Sep 2016 08:12:03 -0700 (PDT) [thread overview]
Message-ID: <20160926151200.227109.91428@ex-std-node742.prod.rhcloud.com> (raw)
In-Reply-To: <1474899049-12506-1-git-send-email-lvivier@redhat.com>
Hi,
Your series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 1474899049-12506-1-git-send-email-lvivier@redhat.com
Subject: [Qemu-devel] [PATCH 0/4] tests: enable ohci/uhci/xhci tests on PPC64
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0
# Useful git options
git config --local diff.renamelimit 0
git config --local diff.renames True
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
Switched to a new branch 'test'
c87b1c7 tests: enable ohci/uhci/xhci tests on PPC64
6426282 libqos: use generic qtest_shutdown()
c8ef4b1 libqos: add PCI management in qtest_vboot()/qtest_shutdown()
781f32e libqos: add PPC64 PCI support
=== OUTPUT BEGIN ===
Checking PATCH 1/4: libqos: add PPC64 PCI support...
Checking PATCH 2/4: libqos: add PCI management in qtest_vboot()/qtest_shutdown()...
Checking PATCH 3/4: libqos: use generic qtest_shutdown()...
Checking PATCH 4/4: tests: enable ohci/uhci/xhci tests on PPC64...
ERROR: do not initialise statics to 0 or NULL
#51: FILE: tests/libqos/usb.c:23:
+static const bool host_big_endian = false;
total: 1 errors, 0 warnings, 105 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
next prev parent reply other threads:[~2016-09-26 15:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-26 14:10 [Qemu-devel] [PATCH 0/4] tests: enable ohci/uhci/xhci tests on PPC64 Laurent Vivier
2016-09-26 14:10 ` [Qemu-devel] [PATCH 1/4] libqos: add PPC64 PCI support Laurent Vivier
2016-09-27 3:48 ` [Qemu-devel] [Qemu-ppc] " David Gibson
2016-09-26 14:10 ` [Qemu-devel] [PATCH 2/4] libqos: add PCI management in qtest_vboot()/qtest_shutdown() Laurent Vivier
2016-09-27 3:48 ` [Qemu-devel] [Qemu-ppc] " David Gibson
2016-09-27 7:33 ` Laurent Vivier
2016-09-27 8:29 ` David Gibson
2016-09-26 14:10 ` [Qemu-devel] [PATCH 3/4] libqos: use generic qtest_shutdown() Laurent Vivier
2016-09-27 3:49 ` [Qemu-devel] [Qemu-ppc] " David Gibson
2016-09-26 14:10 ` [Qemu-devel] [PATCH 4/4] tests: enable ohci/uhci/xhci tests on PPC64 Laurent Vivier
2016-09-27 3:53 ` [Qemu-devel] [Qemu-ppc] " David Gibson
2016-09-27 7:43 ` Laurent Vivier
2016-09-27 12:23 ` Laurent Vivier
2016-09-28 3:05 ` David Gibson
2016-09-26 15:12 ` no-reply [this message]
2016-09-27 3:54 ` [Qemu-devel] [Qemu-ppc] [PATCH 0/4] " David Gibson
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=20160926151200.227109.91428@ex-std-node742.prod.rhcloud.com \
--to=no-reply@patchew.org \
--cc=dgibson@redhat.com \
--cc=famz@redhat.com \
--cc=groug@kaod.org \
--cc=kraxel@redhat.com \
--cc=lvivier@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.