Patchew URL: https://patchew.org/QEMU/20190527080327.10780-1-mehta.aar...@gmail.com/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190527080327.10780-1-mehta.aar...@gmail.com Type: series Subject: [Qemu-devel] [PATCH v3 0/8] Add support for io_uring === 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' 625697e block/fileposix: extend to use io_uring 33cf8a8 blockdev: accept io_uring as option 1b7e8c0 util/async: add aio interfaces for io_uring 5656038 stubs: add stubs for io_uring interface 74252d4 block/io_uring: implements interfaces for io_uring 209ccc1 block/block: add BDRV flag for io_uring c577217 qapi/block-core: add option for io_uring f4d0501 configure: permit use of io_uring === OUTPUT BEGIN === 1/8 Checking commit f4d0501f0165 (configure: permit use of io_uring) 2/8 Checking commit c5772171ddad (qapi/block-core: add option for io_uring) 3/8 Checking commit 209ccc1aca54 (block/block: add BDRV flag for io_uring) 4/8 Checking commit 74252d4f4849 (block/io_uring: implements interfaces for io_uring) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #49: new file mode 100644 ERROR: space required before the open parenthesis '(' #196: FILE: block/io_uring.c:143: + while(!s->io_q.in_queue) { ERROR: trailing whitespace #209: FILE: block/io_uring.c:156: + if (ret <= 0) { $ total: 2 errors, 1 warnings, 387 lines checked Patch 4/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/8 Checking commit 565603840362 (stubs: add stubs for io_uring interface) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #35: new file mode 100644 total: 0 errors, 1 warnings, 46 lines checked Patch 5/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 6/8 Checking commit 1b7e8c0b9826 (util/async: add aio interfaces for io_uring) 7/8 Checking commit 33cf8a8d4a0d (blockdev: accept io_uring as option) 8/8 Checking commit 625697ed2891 (block/fileposix: extend to use io_uring) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190527080327.10780-1-mehta.aar...@gmail.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com