From: Jonathan Cameron Date: Mon, 14 Oct 2024 12:19:01 +0000 (+0100) Subject: hw/cxl: Fix indent of structure member X-Git-Tag: v9.2.0-rc0~17^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1978226c81b0e9b3d6a7779cf92cbfe9f4a10e8;p=thirdparty%2Fqemu.git hw/cxl: Fix indent of structure member Add missing 4 spaces of indent to structure element. Reported-by: Davidlohr Bueso Signed-off-by: Jonathan Cameron Message-Id: <20241014121902.2146424-7-Jonathan.Cameron@huawei.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/cxl/cxl-mailbox-utils.c b/hw/cxl/cxl-mailbox-utils.c index 67041f45d34..5f630997245 100644 --- a/hw/cxl/cxl-mailbox-utils.c +++ b/hw/cxl/cxl-mailbox-utils.c @@ -374,7 +374,7 @@ static CXLRetCode cmd_infostat_identify(const struct cxl_cmd *cmd, uint16_t pcie_subsys_vid; uint16_t pcie_subsys_id; uint64_t sn; - uint8_t max_message_size; + uint8_t max_message_size; uint8_t component_type; } QEMU_PACKED *is_identify; QEMU_BUILD_BUG_ON(sizeof(*is_identify) != 18);