All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: stefanha@redhat.com
Cc: famz@redhat.com, qemu-devel@nongnu.org, peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [PULL for-2.10 00/15] Block patches
Date: Thu, 31 Aug 2017 01:37:14 -0700 (PDT)	[thread overview]
Message-ID: <150416863243.108.2293421334337226559@b5667b65043c> (raw)
In-Reply-To: <20170831082210.8362-1-stefanha@redhat.com>

Hi,

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

Message-id: 20170831082210.8362-1-stefanha@redhat.com
Subject: [Qemu-devel] [PULL for-2.10 00/15] Block patches
Type: series

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

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

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 log -n 1 --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
 t [tag update]            patchew/20170830215523.25278-1-f4bug@amsat.org -> patchew/20170830215523.25278-1-f4bug@amsat.org
 * [new tag]               patchew/20170831082210.8362-1-stefanha@redhat.com -> patchew/20170831082210.8362-1-stefanha@redhat.com
Switched to a new branch 'test'
eaf80da3e4 qcow2: allocate cluster_cache/cluster_data on demand
fab9c02727 qemu-doc: Add UUID support in initiator name
76e70ed0d9 tests: migration/guestperf Python 2.6 argparse compatibility
316bda7e7b docker.py: Python 2.6 argparse compatibility
0a7f8a625b scripts: add argparse module for Python 2.6 compatibility
3e6e26d514 misc: Remove unused Error variables
f01d195374 oslib-posix: Print errors before aborting on qemu_alloc_stack()
b2f08be812 throttle: Test the valid range of config values
f1cd43f5e4 throttle: Make burst_length 64bit and add range checks
60981818d1 throttle: Make LeakyBucket.avg and LeakyBucket.max integer types
3032f687f4 throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()
73e3d4f547 throttle: Make throttle_is_valid() a bit less verbose
0ae5ba07ca throttle: Update the throttle_fix_bucket() documentation
9f52f0ea86 throttle: Fix wrong variable name in the header documentation
062842b9f2 nvme: Fix get/set number of queues feature, again

=== OUTPUT BEGIN ===
Checking PATCH 1/15: nvme: Fix get/set number of queues feature, again...
Checking PATCH 2/15: throttle: Fix wrong variable name in the header documentation...
Checking PATCH 3/15: throttle: Update the throttle_fix_bucket() documentation...
Checking PATCH 4/15: throttle: Make throttle_is_valid() a bit less verbose...
Checking PATCH 5/15: throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()...
Checking PATCH 6/15: throttle: Make LeakyBucket.avg and LeakyBucket.max integer types...
Checking PATCH 7/15: throttle: Make burst_length 64bit and add range checks...
Checking PATCH 8/15: throttle: Test the valid range of config values...
Checking PATCH 9/15: oslib-posix: Print errors before aborting on qemu_alloc_stack()...
Checking PATCH 10/15: misc: Remove unused Error variables...
Checking PATCH 11/15: scripts: add argparse module for Python 2.6 compatibility...
ERROR: trailing whitespace
#118: FILE: COPYING.PYTHON:93:
+Reserved" are retained in Python alone or in any derivative version $

total: 1 errors, 0 warnings, 2676 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 12/15: docker.py: Python 2.6 argparse compatibility...
Checking PATCH 13/15: tests: migration/guestperf Python 2.6 argparse compatibility...
Checking PATCH 14/15: qemu-doc: Add UUID support in initiator name...
Checking PATCH 15/15: qcow2: allocate cluster_cache/cluster_data on demand...
=== 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:[~2017-08-31  8:37 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-31  8:21 [Qemu-devel] [PULL for-2.10 00/15] Block patches Stefan Hajnoczi
2017-08-31  8:21 ` [Qemu-devel] [PULL for-2.10 01/15] nvme: Fix get/set number of queues feature, again Stefan Hajnoczi
2017-08-31  8:21 ` [Qemu-devel] [PULL for-2.10 02/15] throttle: Fix wrong variable name in the header documentation Stefan Hajnoczi
2017-08-31  8:21 ` [Qemu-devel] [PULL for-2.10 03/15] throttle: Update the throttle_fix_bucket() documentation Stefan Hajnoczi
2017-08-31  8:21 ` [Qemu-devel] [PULL for-2.10 04/15] throttle: Make throttle_is_valid() a bit less verbose Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 05/15] throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket() Stefan Hajnoczi
2017-09-12 17:37   ` Peter Maydell
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 06/15] throttle: Make LeakyBucket.avg and LeakyBucket.max integer types Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 07/15] throttle: Make burst_length 64bit and add range checks Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 08/15] throttle: Test the valid range of config values Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 09/15] oslib-posix: Print errors before aborting on qemu_alloc_stack() Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 10/15] misc: Remove unused Error variables Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 11/15] scripts: add argparse module for Python 2.6 compatibility Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 12/15] docker.py: Python 2.6 argparse compatibility Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 13/15] tests: migration/guestperf " Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 14/15] qemu-doc: Add UUID support in initiator name Stefan Hajnoczi
2017-08-31  8:22 ` [Qemu-devel] [PULL for-2.10 15/15] qcow2: allocate cluster_cache/cluster_data on demand Stefan Hajnoczi
2017-08-31  8:37 ` no-reply [this message]
2017-08-31 13:47 ` [Qemu-devel] [PULL for-2.10 00/15] Block patches Eric Blake
2017-08-31 14:51 ` Peter Maydell

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=150416863243.108.2293421334337226559@b5667b65043c \
    --to=no-reply@patchew.org \
    --cc=famz@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@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.