Patchew URL: https://patchew.org/QEMU/[email protected]/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v19 00/21] Add RX archtecture support Type: series Message-id: [email protected] === 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 t [tag update] patchew/[email protected] -> patchew/[email protected] Switched to a new branch 'test' e70c9a6cf7 BootLinuxConsoleTest: Test the RX-Virt machine 73390864df MAINTAINERS: Add RX f1c1d89045 Add rx-softmmu fe080a5d97 hw/registerfields.h: Add 8bit and 16bit register macros 84492a1c42 qemu/bitops.h: Add extract8 and extract16 ccbd0067c6 hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core 0b80c9380d hw/rx: Honor -accel qtest d4fce4d13b hw/rx: RX Target hardware definition 0c06063d0e hw/char: RX62N serial communication interface (SCI) edd009a215 hw/timer: RX62N internal timer modules a4488f79be hw/intc: RX62N interrupt controller (ICUa) 54c515fb2a target/rx: Dump bytes for each insn during disassembly c982b91035 target/rx: Collect all bytes during disassembly c430ed068c target/rx: Emit all disassembly in one prt() 3da99a6859 target/rx: Use prt_ldmi for XCHG_mr disassembly 50f2803038 target/rx: Replace operand with prt_ldmi in disassembler b8c3705eea target/rx: Disassemble rx_index_addr into a string dc265bd950 target/rx: RX disassembler ced4a3cd43 target/rx: CPU definition 4b8d4b55da target/rx: TCG helper 589682dbfc target/rx: TCG translation === OUTPUT BEGIN === 1/21 Checking commit 589682dbfc1b (target/rx: TCG translation) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #20: new file mode 100644 total: 0 errors, 1 warnings, 3065 lines checked Patch 1/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/21 Checking commit 4b8d4b55da67 (target/rx: TCG helper) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #18: new file mode 100644 total: 0 errors, 1 warnings, 649 lines checked Patch 2/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/21 Checking commit ced4a3cd43a8 (target/rx: CPU definition) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #18: new file mode 100644 total: 0 errors, 1 warnings, 645 lines checked Patch 3/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/21 Checking commit dc265bd95076 (target/rx: RX disassembler) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #38: new file mode 100644 total: 0 errors, 1 warnings, 1497 lines checked Patch 4/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/21 Checking commit b8c3705eea7f (target/rx: Disassemble rx_index_addr into a string) 6/21 Checking commit 50f280303836 (target/rx: Replace operand with prt_ldmi in disassembler) 7/21 Checking commit 3da99a68592f (target/rx: Use prt_ldmi for XCHG_mr disassembly) 8/21 Checking commit c430ed068cff (target/rx: Emit all disassembly in one prt()) 9/21 Checking commit c982b9103598 (target/rx: Collect all bytes during disassembly) 10/21 Checking commit 54c515fb2a8e (target/rx: Dump bytes for each insn during disassembly) 11/21 Checking commit a4488f79be75 (hw/intc: RX62N interrupt controller (ICUa)) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #40: new file mode 100644 total: 0 errors, 1 warnings, 442 lines checked Patch 11/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 12/21 Checking commit edd009a21569 (hw/timer: RX62N internal timer modules) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #50: new file mode 100644 total: 0 errors, 1 warnings, 839 lines checked Patch 12/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 13/21 Checking commit 0c06063d0e11 (hw/char: RX62N serial communication interface (SCI)) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #43: new file mode 100644 total: 0 errors, 1 warnings, 398 lines checked Patch 13/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 14/21 Checking commit d4fce4d13bb7 (hw/rx: RX Target hardware definition) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #21: new file mode 100644 total: 0 errors, 1 warnings, 457 lines checked Patch 14/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 15/21 Checking commit 0b80c9380d08 (hw/rx: Honor -accel qtest) 16/21 Checking commit ccbd0067c656 (hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core) 17/21 Checking commit 84492a1c42fa (qemu/bitops.h: Add extract8 and extract16) 18/21 Checking commit fe080a5d9792 (hw/registerfields.h: Add 8bit and 16bit register macros) Use of uninitialized value within @rawlines in concatenation (.) or string at ./scripts/checkpatch.pl line 2467. ERROR: Macros with multiple statements should be enclosed in a do - while loop #27: FILE: include/hw/registerfields.h:25: +#define REG8(reg, addr) \ + enum { A_ ## reg = (addr) }; \ + enum { R_ ## reg = (addr) }; ERROR: Macros with multiple statements should be enclosed in a do - while loop #31: FILE: include/hw/registerfields.h:29: +#define REG16(reg, addr) \ + enum { A_ ## reg = (addr) }; \ + enum { R_ ## reg = (addr) / 2 }; total: 2 errors, 0 warnings, 56 lines checked Patch 18/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 19/21 Checking commit f1c1d8904541 (Add rx-softmmu) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #59: new file mode 100644 total: 0 errors, 1 warnings, 73 lines checked Patch 19/21 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 20/21 Checking commit 73390864df77 (MAINTAINERS: Add RX) 21/21 Checking commit e70c9a6cf719 (BootLinuxConsoleTest: Test the RX-Virt machine) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/[email protected]/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to [email protected]
