Patchew URL: https://patchew.org/QEMU/919bbd6e0557d2fe2d9c17de394cc0b4c6fa4426.1569445204.git.tgole...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 919bbd6e0557d2fe2d9c17de394cc0b4c6fa4426.1569445204.git.tgole...@redhat.com Subject: [PATCH v3] qga: add command guest-get-devices for reporting VirtIO devices === 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 === Switched to a new branch 'test' 42c2919 qga: add command guest-get-devices for reporting VirtIO devices === OUTPUT BEGIN === ERROR: "(foo*)" should be "(foo *)" #155: FILE: qga/commands-win32.c:2316: + values = g_array_new(TRUE, TRUE, sizeof(gchar*)); ERROR: "foo* bar" should be "foo *bar" #157: FILE: qga/commands-win32.c:2318: + gchar* id8 = g_utf16_to_utf8(id, -1, NULL, NULL, NULL); total: 2 errors, 0 warnings, 281 lines checked Commit 42c2919fb935 (qga: add command guest-get-devices for reporting VirtIO devices) 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/919bbd6e0557d2fe2d9c17de394cc0b4c6fa4426.1569445204.git.tgole...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com