Patchew URL: https://patchew.org/QEMU/1552494682-16788-1-git-send-email-jjhe...@linux.ibm.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1552494682-16788-1-git-send-email-jjhe...@linux.ibm.com Subject: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === 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 t [tag update] patchew/1552494682-16788-1-git-send-email-jjhe...@linux.ibm.com -> patchew/1552494682-16788-1-git-send-email-jjhe...@linux.ibm.com Switched to a new branch 'test' 3105bfc132 s390-bios: Support booting from real dasd device 5ebb157188 s390-bios: Add channel command codes/structs needed for dasd-ipl 3f2397d90c s390-bios: Use control unit type to determine boot method ce02ebe933 s390-bios: Refactor virtio to run channel programs via cio fffce380ea s390-bios: cio error handling 50bb4ae386 s390-bios: Support for running format-0/1 channel programs c2781a88cb s390-bios: ptr2u32 and u32toptr 595c9603e3 s390-bios: Map low core memory 21a86add15 s390-bios: Decouple channel i/o logic from virtio 8d1d585c08 s390-bios: Clean up cio.h dfa531ecb5 s390-bios: Factor finding boot device out of virtio code path 98f226b2d5 s390-bios: Extend find_dev() for non-virtio devices 1e88789b79 s390-bios: decouple common boot logic from virtio feb813bd53 s390-bios: decouple cio setup from virtio c8d72697b7 s390 vfio-ccw: Add bootindex property and IPLB data === OUTPUT BEGIN === 1/15 Checking commit c8d72697b7e3 (s390 vfio-ccw: Add bootindex property and IPLB data) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #221: new file mode 100644 total: 0 errors, 1 warnings, 199 lines checked Patch 1/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/15 Checking commit feb813bd53d9 (s390-bios: decouple cio setup from virtio) 3/15 Checking commit 1e88789b79fb (s390-bios: decouple common boot logic from virtio) ERROR: externs should be avoided in .c files #31: FILE: pc-bios/s390-ccw/main.c:19: +IplParameterBlock iplb __attribute__((__aligned__(PAGE_SIZE))); total: 1 errors, 0 warnings, 65 lines checked Patch 3/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/15 Checking commit 98f226b2d51c (s390-bios: Extend find_dev() for non-virtio devices) 5/15 Checking commit dfa531ecb55c (s390-bios: Factor finding boot device out of virtio code path) 6/15 Checking commit 8d1d585c08b6 (s390-bios: Clean up cio.h) 7/15 Checking commit 21a86add1525 (s390-bios: Decouple channel i/o logic from virtio) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #29: new file mode 100644 total: 0 errors, 1 warnings, 123 lines checked Patch 7/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 8/15 Checking commit 595c9603e3d2 (s390-bios: Map low core memory) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #36: new file mode 100644 total: 0 errors, 1 warnings, 104 lines checked Patch 8/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 9/15 Checking commit c2781a88cb27 (s390-bios: ptr2u32 and u32toptr) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #17: new file mode 100644 total: 0 errors, 1 warnings, 31 lines checked Patch 9/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 10/15 Checking commit 50bb4ae386a0 (s390-bios: Support for running format-0/1 channel programs) ERROR: trailing whitespace #138: FILE: pc-bios/s390-ccw/cio.c:145: + * active (generating i/o interrupts). $ total: 1 errors, 0 warnings, 375 lines checked Patch 10/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 11/15 Checking commit fffce380ea47 (s390-bios: cio error handling) 12/15 Checking commit ce02ebe93375 (s390-bios: Refactor virtio to run channel programs via cio) WARNING: line over 80 characters #104: FILE: pc-bios/s390-ccw/virtio.c:298: + run_ccw(vdev, CCW_CMD_READ_VQ_CONF, &config, sizeof(config), false) == 0, WARNING: line over 80 characters #117: FILE: pc-bios/s390-ccw/virtio.c:308: + run_ccw(vdev, CCW_CMD_WRITE_STATUS, &status, sizeof(status), false) == 0, total: 0 errors, 2 warnings, 115 lines checked Patch 12/15 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 13/15 Checking commit 3f2397d90c80 (s390-bios: Use control unit type to determine boot method) 14/15 Checking commit 5ebb157188ba (s390-bios: Add channel command codes/structs needed for dasd-ipl) 15/15 Checking commit 3105bfc132ed (s390-bios: Support booting from real dasd device) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #26: new file mode 100644 total: 0 errors, 1 warnings, 447 lines checked Patch 15/15 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 The full log is available at http://patchew.org/logs/1552494682-16788-1-git-send-email-jjhe...@linux.ibm.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com