Hi, This series seems to have some coding style problems. See output below for more information:
Subject: [Qemu-devel] [PATCH v8 0/5] event: Add source information to SHUTDOWN Message-id: [email protected] Type: series === 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 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/[email protected] -> patchew/[email protected] Switched to a new branch 'test' 11c4b62 shutdown: Expose bool cause in SHUTDOWN and RESET events 061189e shutdown: Add source information to SHUTDOWN and RESET 13dc7b9 shutdown: Preserve shutdown cause through replay 99a20d5 shutdown: Prepare for use of an enum in reset/shutdown_request ab28bb1 shutdown: Simplify shutdown_signal === OUTPUT BEGIN === Checking PATCH 1/5: shutdown: Simplify shutdown_signal... Checking PATCH 2/5: shutdown: Prepare for use of an enum in reset/shutdown_request... Checking PATCH 3/5: shutdown: Preserve shutdown cause through replay... Checking PATCH 4/5: shutdown: Add source information to SHUTDOWN and RESET... Checking PATCH 5/5: shutdown: Expose bool cause in SHUTDOWN and RESET events... ERROR: open brace '{' following function declarations go on the next line #61: FILE: include/sysemu/sysemu.h:52: +static inline bool shutdown_caused_by_guest(ShutdownCause cause) { total: 1 errors, 0 warnings, 195 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 [email protected]
