Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20180228123110.6507-1-kra...@redhat.com Subject: [Qemu-devel] [PATCH v6 0/9] vfio: add display support === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu * [new tag] patchew/20180228123110.6507-1-kra...@redhat.com -> patchew/20180228123110.6507-1-kra...@redhat.com Switched to a new branch 'test' 2add6e2941 vfio/display: adding dmabuf support ccdf41d292 vfio/display: adding region support 7e70abdfa2 vfio/display: core & wireup 9cdbeaf2bb vfio/common: cleanup in vfio_region_finalize fb7b8d32f4 secondary-vga: properly close QemuConsole on unplug 75167c77d3 console: minimal hotplug suport c7f1ec9989 ui/pixman: add qemu_drm_format_to_pixman() 3967270521 standard-headers: add drm/drm_fourcc.h 49efb2b198 linux-headers: update to 4.16-rc1 === OUTPUT BEGIN === Checking PATCH 1/9: linux-headers: update to 4.16-rc1... Checking PATCH 2/9: standard-headers: add drm/drm_fourcc.h... WARNING: line over 80 characters #453: FILE: scripts/update-linux-headers.sh:158: +cp_portable "$tmpdir/include/drm/drm_fourcc.h" "$output/include/standard-headers/drm" total: 0 errors, 1 warnings, 433 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 3/9: ui/pixman: add qemu_drm_format_to_pixman()... Checking PATCH 4/9: console: minimal hotplug suport... WARNING: line over 80 characters #82: FILE: ui/console.c:1879: + s->ui_timer = timer_new_ms(QEMU_CLOCK_REALTIME, dpy_set_ui_info_timer, s); total: 0 errors, 1 warnings, 132 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 5/9: secondary-vga: properly close QemuConsole on unplug... Checking PATCH 6/9: vfio/common: cleanup in vfio_region_finalize... Checking PATCH 7/9: vfio/display: core & wireup... Checking PATCH 8/9: vfio/display: adding region support... ERROR: braces {} are necessary for all arms of this statement #143: FILE: hw/vfio/display.c:162: + if (!vdev->dpy) [...] total: 1 errors, 0 warnings, 153 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 9/9: vfio/display: adding dmabuf support... === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@freelists.org