diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-10-14 13:19:01 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-11-04 16:03:24 -0500 |
commit | d1978226c81b0e9b3d6a7779cf92cbfe9f4a10e8 (patch) | |
tree | 660cea3fb3945964ba6ceffe61dc8bf690970644 /hw | |
parent | d1853190db5c59ad5b0537a2ac59c8d4494cbd98 (diff) | |
download | qemu-d1978226c81b0e9b3d6a7779cf92cbfe9f4a10e8.zip qemu-d1978226c81b0e9b3d6a7779cf92cbfe9f4a10e8.tar.gz qemu-d1978226c81b0e9b3d6a7779cf92cbfe9f4a10e8.tar.bz2 |
hw/cxl: Fix indent of structure member
Add missing 4 spaces of indent to structure element.
Reported-by: Davidlohr Bueso <dave@stgolabs.net>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20241014121902.2146424-7-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/cxl/cxl-mailbox-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cxl/cxl-mailbox-utils.c b/hw/cxl/cxl-mailbox-utils.c index 67041f4..5f63099 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); |