Patchew URL: https://patchew.org/QEMU/20191016164145.115898-1-sam...@google.com/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v8 0/8] Add Qemu to SeaBIOS LCHS interface Type: series Message-id: 20191016164145.115898-1-sam...@google.com === 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 === Switched to a new branch 'test' c45edbb bootdevice: FW_CFG interface for LCHS values 729ce76 bootdevice: Refactor get_boot_devices_list 46853bd bootdevice: Gather LCHS from all relevant devices 4f9e597 scsi: Propagate unrealize() callback to scsi-hd 50179a7 bootdevice: Add interface to gather LCHS 968cf33 block: Support providing LCHS from user ccb1747 hd-geo-test: Add tests for lchs override 538dbd3 block: Refactor macros - fix tabbing === OUTPUT BEGIN === 1/8 Checking commit 538dbd328a6b (block: Refactor macros - fix tabbing) ERROR: Macros with complex values should be enclosed in parenthesis #57: FILE: include/hw/block/block.h:65: +#define DEFINE_BLOCK_CHS_PROPERTIES(_state, _conf) \ + DEFINE_PROP_UINT32("cyls", _state, _conf.cyls, 0), \ + DEFINE_PROP_UINT32("heads", _state, _conf.heads, 0), \ DEFINE_PROP_UINT32("secs", _state, _conf.secs, 0) total: 1 errors, 0 warnings, 37 lines checked Patch 1/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/8 Checking commit ccb1747f11c5 (hd-geo-test: Add tests for lchs override) WARNING: Block comments use a leading /* on a separate line #606: FILE: tests/hd-geo-test.c:965: + "skipping hd-geo/override/* tests"); total: 0 errors, 1 warnings, 578 lines checked Patch 2/8 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/8 Checking commit 968cf330ecbc (block: Support providing LCHS from user) 4/8 Checking commit 50179a7c4473 (bootdevice: Add interface to gather LCHS) 5/8 Checking commit 4f9e597a32b8 (scsi: Propagate unrealize() callback to scsi-hd) 6/8 Checking commit 46853bd0b7bf (bootdevice: Gather LCHS from all relevant devices) 7/8 Checking commit 729ce765a499 (bootdevice: Refactor get_boot_devices_list) 8/8 Checking commit c45edbb64fde (bootdevice: FW_CFG interface for LCHS values) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20191016164145.115898-1-sam...@google.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com