Patchew URL: https://patchew.org/QEMU/20190521235215.31341-1-mehta.aar...@gmail.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [RFC PATCH 0/9] Add support for io_uring Message-id: 20190521235215.31341-1-mehta.aar...@gmail.com 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 === From https://github.com/patchew-project/qemu * [new tag] patchew/20190521235215.31341-1-mehta.aar...@gmail.com -> patchew/20190521235215.31341-1-mehta.aar...@gmail.com Switched to a new branch 'test' 678f12be88 configure: permits use of io_uring with probe e766842048 block/file-posix: extends to use with io_uring 03f080b205 blockdev: accept io_uring as option 7208a09b56 block/io_uring: implements interfaces for io_uring 8d681f052d util/asyn: add aio interfaces for io_uring 27f7b0c951 stubs: add aio interface stubs for io_uring 9c2064f2f5 include/block: declare interfaces for io_uring 54e3c5397c block/block: add BDRV flag for io_uring 25162d6c1f qapi/block-core: add option for io_uring === OUTPUT BEGIN === 1/9 Checking commit 25162d6c1fc9 (qapi/block-core: add option for io_uring) 2/9 Checking commit 54e3c5397cb4 (block/block: add BDRV flag for io_uring) 3/9 Checking commit 9c2064f2f5db (include/block: declare interfaces for io_uring) 4/9 Checking commit 27f7b0c95162 (stubs: add aio interface stubs for io_uring) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #23: new file mode 100644 total: 0 errors, 1 warnings, 39 lines checked Patch 4/9 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/9 Checking commit 8d681f052d02 (util/asyn: add aio interfaces for io_uring) 6/9 Checking commit 7208a09b5645 (block/io_uring: implements interfaces for io_uring) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #30: new file mode 100644 ERROR: else should follow close brace '}' #240: FILE: block/io_uring.c:206: + } + else { total: 1 errors, 1 warnings, 398 lines checked Patch 6/9 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 7/9 Checking commit 03f080b2050b (blockdev: accept io_uring as option) 8/9 Checking commit e766842048eb (block/file-posix: extends to use with io_uring) 9/9 Checking commit 678f12be88a3 (configure: permits use of io_uring with probe) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190521235215.31341-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