Patchew URL: https://patchew.org/QEMU/20190118122210.505-1-kra...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190118122210.505-1-kra...@redhat.com Type: series Subject: [Qemu-devel] [PATCH] audio: fix pc speaker init === TEST SCRIPT BEGIN === #!/bin/bash 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' a762b28 audio: fix pc speaker init === OUTPUT BEGIN === ERROR: space prohibited between function name and open parenthesis '(' #63: FILE: hw/audio/pcspk.c:175: + error_setg (errp, "Initializing audio voice failed"); ERROR: space prohibited between function name and open parenthesis '(' #85: FILE: hw/audio/pcspk.c:227: + isa_create_simple (bus, TYPE_PC_SPEAKER); total: 2 errors, 0 warnings, 70 lines checked Commit a762b288e328 (audio: fix pc speaker init) 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/20190118122210.505-1-kra...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com