Patchew URL: https://patchew.org/QEMU/20200428163419.4483-1-arm...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH 00/17] qom: Spring cleaning Message-id: 20200428163419.4483-1-arm...@redhat.com 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 Switched to a new branch 'test' 1e7e79e qom: Drop @errp parameter of object_property_del() 787ab69 spapr_pci: Drop some dead error handling 4ae2109 qdev: Unrealize must not fail 31f0921 Drop more @errp parameters after previous commit 7ab7aa4 qom: Drop parameter @errp of object_property_add() & friends 3413d9b qdev: Clean up qdev_connect_gpio_out_named() bbdfd24 hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory 4c03b90 e1000: Don't run e1000_instance_init() twice 78ab4cf hw/isa/superio: Make the components QOM children df98931 s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256 8f252d2 tests/check-qom-proplist: Improve iterator coverage b4f77da qom: Drop object_property_set_description() parameter @errp 993374e qom: Make all the object_property_add_FOO() return the property 4c6606e qom: Change object_property_get_uint16List() to match its doc 78efad6 qom: Drop object_property_del_child()'s unused parameter @errp 10c2151 qom: Clean up inconsistent use of gchar * vs. char * a5d5e35 qom: Clearer reference counting in object_initialize_childv() === OUTPUT BEGIN === 1/17 Checking commit a5d5e35f75b2 (qom: Clearer reference counting in object_initialize_childv()) 2/17 Checking commit 10c2151f5621 (qom: Clean up inconsistent use of gchar * vs. char *) 3/17 Checking commit 78efad64bd9a (qom: Drop object_property_del_child()'s unused parameter @errp) 4/17 Checking commit 4c6606e56d70 (qom: Change object_property_get_uint16List() to match its doc) 5/17 Checking commit 993374e1cb51 (qom: Make all the object_property_add_FOO() return the property) 6/17 Checking commit b4f77daab5f8 (qom: Drop object_property_set_description() parameter @errp) 7/17 Checking commit 8f252d2131c6 (tests/check-qom-proplist: Improve iterator coverage) 8/17 Checking commit df9893154598 (s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256) ERROR: line over 90 characters #54: FILE: target/s390x/cpu_features_def.inc.h:313: +DEF_FEAT(PCC_CMAC_AES_256, "pcc-cmac-aes-256", PCC, 20, "PCC Compute-Last-Block-CMAC-Using-AES-256") total: 1 errors, 0 warnings, 8 lines checked Patch 8/17 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 9/17 Checking commit 78ab4cf91a3b (hw/isa/superio: Make the components QOM children) 10/17 Checking commit 4c03b90970d8 (e1000: Don't run e1000_instance_init() twice) 11/17 Checking commit bbdfd2486f47 (hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory) 12/17 Checking commit 3413d9b7f4e7 (qdev: Clean up qdev_connect_gpio_out_named()) 13/17 Checking commit 7ab7aa47a97d (qom: Drop parameter @errp of object_property_add() & friends) WARNING: line over 80 characters #207: FILE: backends/hostmem-file.c:187: + file_memory_backend_get_discard_data, file_memory_backend_set_discard_data); WARNING: line over 80 characters #1078: FILE: hw/arm/raspi.c:287: + object_property_add_const_link(OBJECT(&s->soc), "ram", OBJECT(machine->ram)); WARNING: line over 80 characters #3084: FILE: hw/ppc/spapr.c:3346: + &spapr->kernel_addr, OBJ_PROP_FLAG_READWRITE); total: 0 errors, 3 warnings, 4457 lines checked Patch 13/17 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 14/17 Checking commit 31f09214e529 (Drop more @errp parameters after previous commit) 15/17 Checking commit 4ae21090aaa6 (qdev: Unrealize must not fail) 16/17 Checking commit 787ab6991f71 (spapr_pci: Drop some dead error handling) 17/17 Checking commit 1e7e79e14e27 (qom: Drop @errp parameter of object_property_del()) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200428163419.4483-1-arm...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com