qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <huth@tuxfamily.org>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	qemu-devel@nongnu.org, no-reply@patchew.org
Cc: kwolf@redhat.com, famz@redhat.com, qemu-block@nongnu.org,
	jasowang@redhat.com, dgilbert@redhat.com, mreitz@redhat.com,
	hpoussin@reactos.org, kraxel@redhat.com, pbonzini@redhat.com,
	aurelien@aurel32.net, laurent@vivier.eu
Subject: Re: [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine
Date: Tue, 6 Nov 2018 15:57:05 +0100	[thread overview]
Message-ID: <3890f41e-a8ac-1ef3-99ae-84275b9e6c1e@tuxfamily.org> (raw)
In-Reply-To: <9c68f3df-4a21-4434-6217-519d5fa2230f@ilande.co.uk>

On 2018-11-04 14:41, Mark Cave-Ayland wrote:
> On 04/11/2018 06:53, no-reply@patchew.org wrote:
> 
>> Hi,
>>
>> This series seems to have some coding style problems. See output below for
>> more information:
>>
>> Type: series
>> Message-id: 20181102152257.20637-1-mark.cave-ayland@ilande.co.uk
>> Subject: [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine
>>
>> === 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
>> git config --local diff.algorithm histogram
>>
>> 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'
>> 9245542a6d hw/m68k: define Macintosh Quadra 800
>> 4b2499b92a dp8393x: manage big endian bus
>> 9a13b06b9f hw/m68k: add a dummy SWIM floppy controller
>> bdf5c3725c hw/m68k: add Nubus support for macfb video card
>> 6feff81d33 hw/m68k: add Nubus support
>> b24a39f653 esp: add pseudo-DMA as used by Macintosh
>> 970394cb59 hw/m68k: add macfb video card
>> 30013c1b4b escc: introduce a selector for the register bit
>> 3274bd6559 hw/m68k: implement ADB bus support for via
>> b78fd7f12a hw/m68k: add via support
>>
>> === OUTPUT BEGIN ===
>> Checking PATCH 1/10: hw/m68k: add via support...
>> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
>> #26: 
>> new file mode 100644
>>
>> ERROR: space prohibited after that '&&' (ctx:WxW)
>> #348: FILE: hw/misc/mac_via.c:318:
>> +        if (!(v1s->last_b & VIA1B_vRTCClk) && (s->b & VIA1B_vRTCClk)) {
>>                                             ^
> 
> False positive from checkpatch?

Looks like a false positive, indeed.

 Thomas

  reply	other threads:[~2018-11-06 14:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-02 15:22 [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 01/10] hw/m68k: add via support Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 02/10] hw/m68k: implement ADB bus support for via Mark Cave-Ayland
2018-11-06 14:59   ` Thomas Huth
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 03/10] escc: introduce a selector for the register bit Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 04/10] hw/m68k: add macfb video card Mark Cave-Ayland
2018-11-06 15:03   ` Thomas Huth
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 05/10] esp: add pseudo-DMA as used by Macintosh Mark Cave-Ayland
2019-01-25  5:48   ` Thomas Huth
2019-05-24 19:00     ` Laurent Vivier
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 06/10] hw/m68k: add Nubus support Mark Cave-Ayland
2018-11-06 15:42   ` Thomas Huth
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 07/10] hw/m68k: add Nubus support for macfb video card Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 08/10] hw/m68k: add a dummy SWIM floppy controller Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 09/10] dp8393x: manage big endian bus Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 10/10] hw/m68k: define Macintosh Quadra 800 Mark Cave-Ayland
2018-11-04  6:53 ` [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine no-reply
2018-11-04 13:41   ` Mark Cave-Ayland
2018-11-06 14:57     ` Thomas Huth [this message]
2018-11-07 12:02 ` no-reply
2019-01-24 17:02 ` Thomas Huth
2019-01-24 17:15   ` Laurent Vivier
2019-01-24 17:37     ` Mark Cave-Ayland
2019-01-25  5:55       ` Thomas Huth

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=3890f41e-a8ac-1ef3-99ae-84275b9e6c1e@tuxfamily.org \
    --to=huth@tuxfamily.org \
    --cc=aurelien@aurel32.net \
    --cc=dgilbert@redhat.com \
    --cc=famz@redhat.com \
    --cc=hpoussin@reactos.org \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=laurent@vivier.eu \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mreitz@redhat.com \
    --cc=no-reply@patchew.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --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).