Message ID | 20190321104745.28068-1-shameerali.kolothum.thodi@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | ARM virt: ACPI memory hotplug support | expand |
Patchew URL: https://patchew.org/QEMU/20190321104745.28068-1-shameerali.kolothum.thodi@huawei.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190321104745.28068-1-shameerali.kolothum.thodi@huawei.com Subject: [Qemu-devel] [PATCH v3 00/10] ARM virt: ACPI memory hotplug support Type: series === 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 62a172e6a7..6532dcebb6 master -> master t [tag update] patchew/1553090847-11300-1-git-send-email-lizhengui@huawei.com -> patchew/1553090847-11300-1-git-send-email-lizhengui@huawei.com t [tag update] patchew/20190313162812.8885-1-armbru@redhat.com -> patchew/20190313162812.8885-1-armbru@redhat.com t [tag update] patchew/20190314131049.23175-1-marcandre.lureau@redhat.com -> patchew/20190314131049.23175-1-marcandre.lureau@redhat.com t [tag update] patchew/20190319163551.32499-1-armbru@redhat.com -> patchew/20190319163551.32499-1-armbru@redhat.com * [new tag] patchew/20190321085212.10796-1-lvivier@redhat.com -> patchew/20190321085212.10796-1-lvivier@redhat.com * [new tag] patchew/20190321094012.36541-1-sgarzare@redhat.com -> patchew/20190321094012.36541-1-sgarzare@redhat.com * [new tag] patchew/20190321104745.28068-1-shameerali.kolothum.thodi@huawei.com -> patchew/20190321104745.28068-1-shameerali.kolothum.thodi@huawei.com Switched to a new branch 'test' 125f46770b hw/arm/virt: Init GED device and enable memory hotplug 8b3a542021 hw/acpi: Add ACPI Generic Event Device Support bbb60b29a5 hw/arm/boot: Expose the PC-DIMM nodes in the DT 8617e42573 hw/arm/virt: Introduce opt-in feature "fdt" 9cd5da671c hw/arm/virt-acpi-build: Add PC-DIMM in SRAT b25387b9d3 hw/arm/virt: Add ACPI support for device memory cold-plug ab6d232c4d hw/arm/virt: Add memory hotplug framework ea71a92426 hw/arm/virt: Add virtual ACPI device f093e1aaf2 hw/acpi: Do not create memory hotplug method when handler is not defined 37eb6a4ab4 hw/acpi: Make ACPI IO address space configurable === OUTPUT BEGIN === 1/10 Checking commit 37eb6a4ab493 (hw/acpi: Make ACPI IO address space configurable) 2/10 Checking commit f093e1aaf21d (hw/acpi: Do not create memory hotplug method when handler is not defined) WARNING: line over 80 characters #31: FILE: hw/acpi/memory_hotplug.c:726: + aml_call0(MEMORY_DEVICES_CONTAINER "." MEMORY_SLOT_SCAN_METHOD)); total: 0 errors, 1 warnings, 16 lines checked Patch 2/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/10 Checking commit ea71a92426cc (hw/arm/virt: Add virtual ACPI device) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #42: new file mode 100644 total: 0 errors, 1 warnings, 115 lines checked Patch 3/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/10 Checking commit ab6d232c4d16 (hw/arm/virt: Add memory hotplug framework) 5/10 Checking commit b25387b9d3e5 (hw/arm/virt: Add ACPI support for device memory cold-plug) 6/10 Checking commit 9cd5da671c49 (hw/arm/virt-acpi-build: Add PC-DIMM in SRAT) 7/10 Checking commit 8617e4257385 (hw/arm/virt: Introduce opt-in feature "fdt") 8/10 Checking commit bbb60b29a575 (hw/arm/boot: Expose the PC-DIMM nodes in the DT) 9/10 Checking commit 8b3a54202156 (hw/acpi: Add ACPI Generic Event Device Support) ERROR: line over 90 characters #124: FILE: hw/acpi/generic_event_device.c:117: + if_ctx = aml_if(aml_equal(aml_and(irq_sel, aml_int(ged_events[i].selector), NULL), aml_int(ged_events[i].selector))); total: 1 errors, 0 warnings, 269 lines checked Patch 9/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 10/10 Checking commit 125f46770b37 (hw/arm/virt: Init GED device and enable memory hotplug) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190321104745.28068-1-shameerali.kolothum.thodi@huawei.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com