[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update
From: |
no-reply |
Subject: |
Re: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update |
Date: |
Thu, 2 Jul 2020 05:32:23 -0700 (PDT) |
Patchew URL: 20200702115045.6171-1-thuth@redhat.com/">https://patchew.org/QEMU/20200702115045.6171-1-thuth@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update
Type: series
Message-id: 20200702115045.6171-1-thuth@redhat.com
=== 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
From https://github.com/patchew-project/qemu
- [tag update] patchew/20200702115045.6171-1-thuth@redhat.com ->
patchew/20200702115045.6171-1-thuth@redhat.com
* [new tag] patchew/20200702122048.27798-1-kraxel@redhat.com ->
patchew/20200702122048.27798-1-kraxel@redhat.com
Switched to a new branch 'test'
f0b076c pc-bios/s390: Update s390-ccw bios binaries with the latest changes
bf38303 pc-bios/s390-ccw: Generate and include dependency files in the Makefile
32d438d pc-bios: s390x: Make u32 ptr check explicit
d8c3200 pc-bios: s390x: Use ebcdic2ascii table
64f3f76 pc-bios: s390x: Move panic() into header and add infinite loop
8f3dc6b pc-bios: s390x: Use PSW masks where possible and introduce
PSW_MASK_SHORT_ADDR
937ebff pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64
e8f864c pc-bios: s390x: Get rid of magic offsets into the lowcore
9638d54 pc-bios: s390x: Move sleep and yield to helper.h
4099f82 pc-bios: s390x: Consolidate timing functions into time.h
5e1d3fa pc-bios: s390x: cio.c cleanup and compile fix
=== OUTPUT BEGIN ===
1/11 Checking commit 5e1d3fafa103 (pc-bios: s390x: cio.c cleanup and compile
fix)
2/11 Checking commit 4099f82dce51 (pc-bios: s390x: Consolidate timing functions
into time.h)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#97:
new file mode 100644
total: 0 errors, 1 warnings, 142 lines checked
Patch 2/11 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
3/11 Checking commit 9638d54963df (pc-bios: s390x: Move sleep and yield to
helper.h)
4/11 Checking commit e8f864c1883e (pc-bios: s390x: Get rid of magic offsets
into the lowcore)
ERROR: spaces required around that ':' (ctx:VxV)
#34: FILE: pc-bios/s390-ccw/cio.h:127:
+ __u16 cssid:8;
^
ERROR: spaces required around that ':' (ctx:VxV)
#35: FILE: pc-bios/s390-ccw/cio.h:128:
+ __u16 reserved:4;
^
ERROR: spaces required around that ':' (ctx:VxV)
#36: FILE: pc-bios/s390-ccw/cio.h:129:
+ __u16 m:1;
^
ERROR: spaces required around that ':' (ctx:VxV)
#37: FILE: pc-bios/s390-ccw/cio.h:130:
+ __u16 ssid:2;
^
ERROR: spaces required around that ':' (ctx:VxV)
#38: FILE: pc-bios/s390-ccw/cio.h:131:
+ __u16 one:1;
^
total: 5 errors, 0 warnings, 37 lines checked
Patch 4/11 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
5/11 Checking commit 937ebffac0f6 (pc-bios: s390x: Rename PSW_MASK_ZMODE to
PSW_MASK_64)
6/11 Checking commit 8f3dc6be69ea (pc-bios: s390x: Use PSW masks where possible
and introduce PSW_MASK_SHORT_ADDR)
7/11 Checking commit 64f3f7675d21 (pc-bios: s390x: Move panic() into header and
add infinite loop)
8/11 Checking commit d8c320076ea9 (pc-bios: s390x: Use ebcdic2ascii table)
9/11 Checking commit 32d438db1ef6 (pc-bios: s390x: Make u32 ptr check explicit)
10/11 Checking commit bf3830330eb1 (pc-bios/s390-ccw: Generate and include
dependency files in the Makefile)
11/11 Checking commit f0b076c09a1f (pc-bios/s390: Update s390-ccw bios binaries
with the latest changes)
=== OUTPUT END ===
Test command exited with code: 1
The full log is available at
20200702115045.6171-1-thuth@redhat.com/testing.checkpatch/?type=message">http://patchew.org/logs/20200702115045.6171-1-thuth@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PULL SUBSYSTEM s390x 03/11] pc-bios: s390x: Move sleep and yield to helper.h, (continued)
- [PULL SUBSYSTEM s390x 03/11] pc-bios: s390x: Move sleep and yield to helper.h, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 05/11] pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 06/11] pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 07/11] pc-bios: s390x: Move panic() into header and add infinite loop, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 08/11] pc-bios: s390x: Use ebcdic2ascii table, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 09/11] pc-bios: s390x: Make u32 ptr check explicit, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 10/11] pc-bios/s390-ccw: Generate and include dependency files in the Makefile, Thomas Huth, 2020/07/02
- [PULL SUBSYSTEM s390x 11/11] pc-bios/s390: Update s390-ccw bios binaries with the latest changes, Thomas Huth, 2020/07/02
- Re: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update, no-reply, 2020/07/02
- Re: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update, no-reply, 2020/07/02
- Re: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update,
no-reply <=
- Re: [PULL SUBSYSTEM s390x 00/11] s390-ccw bios update, Cornelia Huck, 2020/07/03