Patchew URL: https://patchew.org/QEMU/20200611055651.13784-1-alx...@bu.edu/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200611055651.13784-1-alx...@bu.edu Subject: [RFC PATCH 0/3] fuzz: add generic fuzzer 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/20200611055651.13784-1-alx...@bu.edu -> patchew/20200611055651.13784-1-alx...@bu.edu Switched to a new branch 'test' 581b756 fuzz: Add callbacks for dma-access functions efcea82 fuzz: add support for fuzzing DMA regions 03d7012 fuzz: add a general fuzzer for any qemu arguments === OUTPUT BEGIN === 1/3 Checking commit 03d701265206 (fuzz: add a general fuzzer for any qemu arguments) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #23: new file mode 100644 ERROR: "foo* bar" should be "foo *bar" #366: FILE: tests/qtest/fuzz/general_fuzz.c:339: + void (*ops[]) (QTestState* s, const unsigned char* , size_t) = { total: 1 errors, 1 warnings, 461 lines checked Patch 1/3 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/3 Checking commit efcea82301ce (fuzz: add support for fuzzing DMA regions) ERROR: externs should be avoided in .c files #35: FILE: tests/qtest/fuzz/general_fuzz.c:71: +void dma_read_cb(size_t addr, size_t len); total: 1 errors, 0 warnings, 147 lines checked Patch 2/3 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/3 Checking commit 581b756ff038 (fuzz: Add callbacks for dma-access functions) ERROR: space required before the open parenthesis '(' #20: FILE: exec.c:3251: + if(as->root == get_system_memory()) ERROR: space required before the open parenthesis '(' #31: FILE: exec.c:3563: + if(as->root == get_system_memory() && !is_write) ERROR: braces {} are necessary for all arms of this statement #31: FILE: exec.c:3563: + if(as->root == get_system_memory() && !is_write) [...] ERROR: space required before the open parenthesis '(' #42: FILE: exec.c:3574: + if(as->root == get_system_memory() && !is_write) ERROR: braces {} are necessary for all arms of this statement #42: FILE: exec.c:3574: + if(as->root == get_system_memory() && !is_write) [...] ERROR: space required before the open parenthesis '(' #53: FILE: exec.c:3650: + if(as->root == get_system_memory() && !is_write) ERROR: braces {} are necessary for all arms of this statement #53: FILE: exec.c:3650: + if(as->root == get_system_memory() && !is_write) [...] ERROR: braces {} are necessary for all arms of this statement #128: FILE: include/sysemu/dma.h:109: + if (dir == DMA_DIRECTION_TO_DEVICE) [...] total: 8 errors, 0 warnings, 136 lines checked Patch 3/3 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 The full log is available at http://patchew.org/logs/20200611055651.13784-1-alx...@bu.edu/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com