Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Subject: [Qemu-devel] [PATCH v3] linux-user: Add sockopts for IPv6 ping and IPv6 traceroute Message-id: 20170217210831.ga26...@ls3530.fritz.box === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 # Useful git options git config --local diff.renamelimit 0 git config --local diff.renames True 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 - [tag update] patchew/1487067971-10443-1-git-send-email-arm...@redhat.com -> patchew/1487067971-10443-1-git-send-email-arm...@redhat.com * [new tag] patchew/20170217210831.ga26...@ls3530.fritz.box -> patchew/20170217210831.ga26...@ls3530.fritz.box Switched to a new branch 'test' ce6f142 linux-user: Add sockopts for IPv6 ping and IPv6 traceroute === OUTPUT BEGIN === Checking PATCH 1/1: linux-user: Add sockopts for IPv6 ping and IPv6 traceroute... ERROR: braces {} are necessary for all arms of this statement #54: FILE: linux-user/syscall.c:1656: + if (!target_saddr) [...] ERROR: braces {} are necessary for all arms of this statement #83: FILE: linux-user/syscall.c:1877: + if (tgt_len != CMSG_LEN(0)) [...] ERROR: code indent should never use tabs #108: FILE: linux-user/syscall.c:1902: +^I^Ibreak;$ ERROR: braces {} are necessary for all arms of this statement #121: FILE: linux-user/syscall.c:1915: + if (tgt_len != CMSG_LEN(0)) [...] ERROR: code indent should never use tabs #125: FILE: linux-user/syscall.c:1919: +^I^Ibreak;$ WARNING: line over 80 characters #144: FILE: linux-user/syscall.c:1938: + host_to_target_sockaddr_in6((unsigned long) &target_errh->offender, ERROR: code indent should never use tabs #146: FILE: linux-user/syscall.c:1940: +^I^Ibreak;$ ERROR: space required before the open parenthesis '(' #203: FILE: linux-user/syscall.c:2964: + switch(optname) { total: 7 errors, 1 warnings, 214 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. === 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