Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20180608200558.386-1-laur...@vivier.eu Subject: [Qemu-devel] [RFC 00/13] 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' 30b6069da2 dp8393x: fix receiving buffer exhaustion a9294684d2 dp8393x: put DMA temp buffer in the state, not in the stack 8f1c639ffd dp8393x: manage big endian bus 7b43df7a43 dp8393x: fix dp8393x_receive c87eb03bf7 hw/m68k: define Macintosh Quadra 800 742c9c5459 hw/m68k: add a dummy SWIM floppy controller 2d712f9df2 hw/m68k: add Nubus support 6fc4d6d265 ESP: add pseudo-DMA as used by Macintosh 105bc32850 hw/m68k: Apple Sound Chip (ASC) emulation 030037ad0b hw/m68k: add video card 8a99fff7de escc: introduce a selector for the register bit 20944305a6 ADB: VIA probes ADB bus when it is idle 60cce9bbe9 hw/m68k: add via support === OUTPUT BEGIN === Checking PATCH 1/13: hw/m68k: add via support... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #145: new file mode 100644 ERROR: space prohibited after that '&&' (ctx:WxW) #622: FILE: hw/misc/mac_via.c:473: + if (!(s->last_b & VIA1B_vRTCClk) && (s->b & VIA1B_vRTCClk)) { ^ total: 1 errors, 1 warnings, 1126 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 2/13: ADB: VIA probes ADB bus when it is idle... Checking PATCH 3/13: escc: introduce a selector for the register bit... Checking PATCH 4/13: hw/m68k: add video card... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #37: new file mode 100644 total: 0 errors, 1 warnings, 475 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 5/13: hw/m68k: Apple Sound Chip (ASC) emulation... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #21: new file mode 100644 total: 0 errors, 1 warnings, 517 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 6/13: ESP: add pseudo-DMA as used by Macintosh... Checking PATCH 7/13: hw/m68k: add Nubus support... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #158: new file mode 100644 total: 0 errors, 1 warnings, 739 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 8/13: hw/m68k: add a dummy SWIM floppy controller... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #22: new file mode 100644 total: 0 errors, 1 warnings, 332 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 9/13: hw/m68k: define Macintosh Quadra 800... Argument "m" isn't numeric in numeric eq (==) at ./scripts/checkpatch.pl line 2665. Argument "m" isn't numeric in numeric eq (==) at ./scripts/checkpatch.pl line 2665. Use of uninitialized value $1 in concatenation (.) or string at ./scripts/checkpatch.pl line 2666. WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #110: new file mode 100644 WARNING: line over 80 characters #206: FILE: hw/m68k/bootinfo.h:92: + stw_phys(as, base, (sizeof(struct bi_record) + strlen(string) + 2) & ~1); \ ERROR: unnecessary cast may hide bugs, use g_new0 instead #387: FILE: hw/m68k/mac.c:168: + s = (q800_glue_state_t *)g_malloc0(sizeof(q800_glue_state_t)); total: 1 errors, 2 warnings, 614 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 10/13: dp8393x: fix dp8393x_receive... Checking PATCH 11/13: dp8393x: manage big endian bus... ERROR: do not initialise statics to 0 or NULL #31: FILE: hw/net/dp8393x.c:181: +static const bool host_big_endian = false; total: 1 errors, 0 warnings, 190 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/13: dp8393x: put DMA temp buffer in the state, not in the stack... Checking PATCH 13/13: dp8393x: fix receiving buffer exhaustion... === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com