Patchew URL: https://patchew.org/QEMU/20200529221450.26673-1-alx...@bu.edu/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200529221450.26673-1-alx...@bu.edu Subject: [PATCH v3 0/2] fuzz: Skip QTest serialization 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' 690701b fuzz: Add support for logging QTest commands c833a8a fuzz: skip QTest serialization === OUTPUT BEGIN === 1/2 Checking commit c833a8a44c55 (fuzz: skip QTest serialization) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #105: new file mode 100644 ERROR: Macros with multiple statements should be enclosed in a do - while loop #131: FILE: tests/qtest/fuzz/qtest_wrappers.c:22: +#define WRAP(RET_TYPE, NAME_AND_ARGS)\ + RET_TYPE __wrap_##NAME_AND_ARGS;\ + RET_TYPE __real_##NAME_AND_ARGS; total: 1 errors, 1 warnings, 322 lines checked Patch 1/2 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/2 Checking commit 690701bb2f91 (fuzz: Add support for logging QTest commands) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200529221450.26673-1-alx...@bu.edu/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com