Patchew URL: https://patchew.org/QEMU/1569936988-635-1-git-send-email-pbonz...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1569936988-635-1-git-send-email-pbonz...@redhat.com Subject: [PATCH ci-fix 0/8] fix various memory leaks (but not all) === 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' 82a01e4 docker: test-debug: disable LeakSanitizer a641027 lm32: do not leak memory on object_new/object_unref 4371ce1 cris: do not leak struct cris_disasm_data 4528288 mips: fix memory leaks in board initialization e06bae0 hppa: fix leak from g_strdup_printf becd3c3 mcf5208: fix leak from qemu_allocate_irqs 8b51d7a microblaze: fix leak of fdevice tree blob 02eaa60 ide: fix leak from qemu_allocate_irqs === OUTPUT BEGIN === 1/8 Checking commit 02eaa60b9e2a (ide: fix leak from qemu_allocate_irqs) 2/8 Checking commit 8b51d7aff31f (microblaze: fix leak of fdevice tree blob) 3/8 Checking commit becd3c365fdf (mcf5208: fix leak from qemu_allocate_irqs) 4/8 Checking commit e06bae052258 (hppa: fix leak from g_strdup_printf) 5/8 Checking commit 4528288f43ef (mips: fix memory leaks in board initialization) 6/8 Checking commit 4371ce1f2f81 (cris: do not leak struct cris_disasm_data) ERROR: space prohibited between function name and open parenthesis '(' #23: FILE: disas/cris.c:1298: +cris_parse_disassembler_options (struct cris_disasm_data *disdata, ERROR: code indent should never use tabs #24: FILE: disas/cris.c:1299: +^I^I^I^I char *disassembler_options,$ ERROR: space prohibited between function name and open parenthesis '(' #39: FILE: disas/cris.c:1305: + || (strcmp (disassembler_options, "nocase") != 0)); ERROR: space prohibited between function name and open parenthesis '(' #55: FILE: disas/cris.c:2734: + cris_parse_disassembler_options (&disdata, info->disassembler_options, ERROR: code indent should never use tabs #56: FILE: disas/cris.c:2735: +^I^I^I^I cris_dis_v0_v10);$ ERROR: space prohibited between function name and open parenthesis '(' #69: FILE: disas/cris.c:2746: + cris_parse_disassembler_options (&disdata, info->disassembler_options, ERROR: code indent should never use tabs #70: FILE: disas/cris.c:2747: +^I^I^I^I cris_dis_v32);$ ERROR: space prohibited between function name and open parenthesis '(' #83: FILE: disas/cris.c:2761: + cris_parse_disassembler_options (&disdata, info->disassembler_options, ERROR: code indent should never use tabs #84: FILE: disas/cris.c:2762: +^I^I^I^I cris_dis_common_v10_v32);$ ERROR: space prohibited between function name and open parenthesis '(' #97: FILE: disas/cris.c:2774: + cris_parse_disassembler_options (&disdata, info->disassembler_options, ERROR: code indent should never use tabs #98: FILE: disas/cris.c:2775: +^I^I^I^I cris_dis_v0_v10);$ ERROR: space prohibited between function name and open parenthesis '(' #111: FILE: disas/cris.c:2787: + cris_parse_disassembler_options (&disdata, info->disassembler_options, ERROR: code indent should never use tabs #112: FILE: disas/cris.c:2788: +^I^I^I^I cris_dis_v32);$ ERROR: space prohibited between function name and open parenthesis '(' #125: FILE: disas/cris.c:2801: + cris_parse_disassembler_options (&disdata, info->disassembler_options, ERROR: code indent should never use tabs #126: FILE: disas/cris.c:2802: +^I^I^I^I cris_dis_common_v10_v32);$ total: 15 errors, 0 warnings, 107 lines checked Patch 6/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 7/8 Checking commit a64102750d5f (lm32: do not leak memory on object_new/object_unref) 8/8 Checking commit 82a01e41c267 (docker: test-debug: disable LeakSanitizer) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/1569936988-635-1-git-send-email-pbonz...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com