All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: mark.cave-ayland@ilande.co.uk
Cc: famz@redhat.com, qemu-devel@nongnu.org, lvivier@redhat.com
Subject: Re: [Qemu-devel] [PATCH 00/10] cuda: various fixes, and move 6522 to separate device
Date: Sat, 3 Feb 2018 03:11:20 -0800 (PST)	[thread overview]
Message-ID: <151765628012.7956.10328434781906082742@b81a8a9ec60f> (raw)
In-Reply-To: <20180203103727.26457-1-mark.cave-ayland@ilande.co.uk>

Hi,

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

Type: series
Message-id: 20180203103727.26457-1-mark.cave-ayland@ilande.co.uk
Subject: [Qemu-devel] [PATCH 00/10] cuda: various fixes, and move 6522 to separate device

=== 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
Switched to a new branch 'test'
58c3da1206 cuda: convert to use the shared mos6522 device
a110feb761 misc: introduce new mos6522 VIA device and enable it for ppc builds
00fdbc1124 cuda: factor out timebase-derived counter value and load time
8271348dd5 cuda: set timer 1 frequency property to CUDA_TIMER_FREQ
78543ffe92 cuda: minor cosmetic tidy-ups to get_next_irq_time()
edafc73786 cuda: rename frequency property to tb_frequency
57d4dd6fc8 cuda: introduce CUDAState parameter to get_counter()
61fb181587 cuda: don't call cuda_update() when writing to ACR register
994240a346 cuda: don't allow writes to port output pins
5cbba0de9b cuda: do not use old_mmio accesses

=== OUTPUT BEGIN ===
Checking PATCH 1/10: cuda: do not use old_mmio accesses...
Checking PATCH 2/10: cuda: don't allow writes to port output pins...
Checking PATCH 3/10: cuda: don't call cuda_update() when writing to ACR register...
Checking PATCH 4/10: cuda: introduce CUDAState parameter to get_counter()...
Checking PATCH 5/10: cuda: rename frequency property to tb_frequency...
Checking PATCH 6/10: cuda: minor cosmetic tidy-ups to get_next_irq_time()...
Checking PATCH 7/10: cuda: set timer 1 frequency property to CUDA_TIMER_FREQ...
Checking PATCH 8/10: cuda: factor out timebase-derived counter value and load time...
Checking PATCH 9/10: misc: introduce new mos6522 VIA device and enable it for ppc builds...
Checking PATCH 10/10: cuda: convert to use the shared mos6522 device...
ERROR: do not use C99 // comments
#31: FILE: hw/misc/macio/cuda.c:36:
+//#define DEBUG_CUDA_PACKET

total: 1 errors, 0 warnings, 897 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:[~2018-02-03 11:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-03 10:37 [Qemu-devel] [PATCH 00/10] cuda: various fixes, and move 6522 to separate device Mark Cave-Ayland
2018-02-03 10:37 ` [Qemu-devel] [PATCH 01/10] cuda: do not use old_mmio accesses Mark Cave-Ayland
2018-02-05 14:17   ` Laurent Vivier
2018-02-06 21:40     ` Mark Cave-Ayland
2018-02-03 10:37 ` [Qemu-devel] [PATCH 02/10] cuda: don't allow writes to port output pins Mark Cave-Ayland
2018-02-05 14:27   ` Laurent Vivier
2018-02-05 19:53   ` Philippe Mathieu-Daudé
2018-02-03 10:37 ` [Qemu-devel] [PATCH 03/10] cuda: don't call cuda_update() when writing to ACR register Mark Cave-Ayland
2018-02-03 10:37 ` [Qemu-devel] [PATCH 04/10] cuda: introduce CUDAState parameter to get_counter() Mark Cave-Ayland
2018-02-05 19:44   ` Philippe Mathieu-Daudé
2018-02-03 10:37 ` [Qemu-devel] [PATCH 05/10] cuda: rename frequency property to tb_frequency Mark Cave-Ayland
2018-02-05 19:45   ` Philippe Mathieu-Daudé
2018-02-03 10:37 ` [Qemu-devel] [PATCH 06/10] cuda: minor cosmetic tidy-ups to get_next_irq_time() Mark Cave-Ayland
2018-02-05 19:39   ` Philippe Mathieu-Daudé
2018-02-03 10:37 ` [Qemu-devel] [PATCH 07/10] cuda: set timer 1 frequency property to CUDA_TIMER_FREQ Mark Cave-Ayland
2018-02-03 10:37 ` [Qemu-devel] [PATCH 08/10] cuda: factor out timebase-derived counter value and load time Mark Cave-Ayland
2018-02-05 19:44   ` Philippe Mathieu-Daudé
2018-02-06 21:44     ` Mark Cave-Ayland
2018-02-03 10:37 ` [Qemu-devel] [PATCH 09/10] misc: introduce new mos6522 VIA device and enable it for ppc builds Mark Cave-Ayland
2018-02-03 10:37 ` [Qemu-devel] [PATCH 10/10] cuda: convert to use the shared mos6522 device Mark Cave-Ayland
2018-02-03 11:11 ` no-reply [this message]
2018-02-03 11:14   ` [Qemu-devel] [PATCH 00/10] cuda: various fixes, and move 6522 to separate device Mark Cave-Ayland

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=151765628012.7956.10328434781906082742@b81a8a9ec60f \
    --to=no-reply@patchew.org \
    --cc=famz@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --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 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.