qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: laurent@vivier.eu
Cc: kwolf@redhat.com, fam@euphon.net, qemu-block@nongnu.org,
	huth@tuxfamily.org, jasowang@redhat.com,
	mark.cave-ayland@ilande.co.uk, qemu-devel@nongnu.org,
	dgilbert@redhat.com, hpoussin@reactos.org, kraxel@redhat.com,
	pbonzini@redhat.com, marcandre.lureau@redhat.com,
	mreitz@redhat.com, philmd@redhat.com, aurelien@aurel32.net,
	laurent@vivier.eu
Subject: Re: [PATCH v14 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
Date: Tue, 22 Oct 2019 12:02:10 -0700 (PDT)	[thread overview]
Message-ID: <157177092820.12860.9657269944687850302@37313f22b938> (raw)
In-Reply-To: <20191022111738.20803-1-laurent@vivier.eu>

Patchew URL: https://patchew.org/QEMU/20191022111738.20803-1-laurent@vivier.eu/



Hi,

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

Subject: [PATCH v14 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
Type: series
Message-id: 20191022111738.20803-1-laurent@vivier.eu

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
9523b4e BootLinuxConsoleTest: Test the Quadra 800
6c1259d hw/m68k: define Macintosh Quadra 800
ad6f07a hw/m68k: add a dummy SWIM floppy controller
053ee9c hw/m68k: add Nubus macfb video card
37f2e03 hw/m68k: add Nubus support
40928de hw/m68k: implement ADB bus support for via
63fb68d hw/m68k: add VIA support
72855f9 dp8393x: manage big endian bus
c3a673a esp: add pseudo-DMA as used by Macintosh

=== OUTPUT BEGIN ===
1/9 Checking commit c3a673a27c72 (esp: add pseudo-DMA as used by Macintosh)
2/9 Checking commit 72855f9b74c4 (dp8393x: manage big endian bus)
3/9 Checking commit 63fb68dcc3e2 (hw/m68k: add VIA support)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#83: 
new file mode 100644

ERROR: space prohibited after that '&&' (ctx:WxW)
#455: FILE: hw/misc/mac_via.c:368:
+        if (!(v1s->last_b & VIA1B_vRTCClk) && (s->b & VIA1B_vRTCClk)) {
                                            ^

total: 1 errors, 1 warnings, 912 lines checked

Patch 3/9 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/9 Checking commit 40928debe4eb (hw/m68k: implement ADB bus support for via)
5/9 Checking commit 37f2e033e3e6 (hw/m68k: add Nubus support)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#64: 
new file mode 100644

total: 0 errors, 1 warnings, 531 lines checked

Patch 5/9 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
6/9 Checking commit 053ee9c65705 (hw/m68k: add Nubus macfb video card)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#75: 
new file mode 100644

total: 0 errors, 1 warnings, 597 lines checked

Patch 6/9 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
7/9 Checking commit ad6f07ab616b (hw/m68k: add a dummy SWIM floppy controller)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#62: 
new file mode 100644

total: 0 errors, 1 warnings, 593 lines checked

Patch 7/9 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
8/9 Checking commit 6c1259d52f65 (hw/m68k: define Macintosh Quadra 800)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#71: 
new file mode 100644

total: 0 errors, 1 warnings, 530 lines checked

Patch 8/9 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
9/9 Checking commit 9523b4eb8927 (BootLinuxConsoleTest: Test the Quadra 800)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20191022111738.20803-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

      parent reply	other threads:[~2019-10-22 19:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22 11:17 [PATCH v14 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 1/9] esp: add pseudo-DMA as used by Macintosh Laurent Vivier
2019-10-22 12:21   ` Philippe Mathieu-Daudé
2019-10-22 13:07     ` Laurent Vivier
2019-10-26 16:26     ` Laurent Vivier
2019-10-25 14:01   ` Paolo Bonzini
2019-10-25 14:54     ` Philippe Mathieu-Daudé
2019-10-25 15:07       ` Laurent Vivier
2019-10-26 16:47     ` Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 2/9] dp8393x: manage big endian bus Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 3/9] hw/m68k: add VIA support Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 4/9] hw/m68k: implement ADB bus support for via Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 5/9] hw/m68k: add Nubus support Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 6/9] hw/m68k: add Nubus macfb video card Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 7/9] hw/m68k: add a dummy SWIM floppy controller Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 8/9] hw/m68k: define Macintosh Quadra 800 Laurent Vivier
2019-10-22 11:17 ` [PATCH v14 9/9] BootLinuxConsoleTest: Test the " Laurent Vivier
2019-10-22 19:02 ` no-reply [this message]

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=157177092820.12860.9657269944687850302@37313f22b938 \
    --to=no-reply@patchew.org \
    --cc=aurelien@aurel32.net \
    --cc=dgilbert@redhat.com \
    --cc=fam@euphon.net \
    --cc=hpoussin@reactos.org \
    --cc=huth@tuxfamily.org \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=laurent@vivier.eu \
    --cc=marcandre.lureau@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mreitz@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@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).