diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:06:48 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:09:17 +0300 |
| commit | 487152fa1fdb2ad25a15986d13a5dd43ae9e219f (patch) | |
| tree | 9b352a49c09a747281ec4cade5bbc8a8b0160634 /include/hw/cxl/cxl_device.h | |
| parent | 2cf91b9ae6df17ac99dd212016e2d204cc2f6a74 (diff) | |
| download | focaccia-qemu-487152fa1fdb2ad25a15986d13a5dd43ae9e219f.tar.gz focaccia-qemu-487152fa1fdb2ad25a15986d13a5dd43ae9e219f.zip | |
hw/cxl: spelling fixes: limitaions, potentialy, intialized
Fixes: 388d6b574e28 "hw/cxl: Use switch statements for read and write of cachemem registers" Fixes: 3314efd276ad "hw/cxl/mbox: Add Physical Switch Identify command." Fixes: 004e3a93b814 "hw/cxl: Add tunneled command support to mailbox for switch cci." Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw/cxl/cxl_device.h')
| -rw-r--r-- | include/hw/cxl/cxl_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/cxl/cxl_device.h b/include/hw/cxl/cxl_device.h index 61b7f897f7..befb5f884b 100644 --- a/include/hw/cxl/cxl_device.h +++ b/include/hw/cxl/cxl_device.h @@ -403,7 +403,7 @@ struct CXLType3Dev { CXLComponentState cxl_cstate; CXLDeviceState cxl_dstate; CXLCCI cci; /* Primary PCI mailbox CCI */ - /* Always intialized as no way to know if a VDM might show up */ + /* Always initialized as no way to know if a VDM might show up */ CXLCCI vdm_fm_owned_ld_mctp_cci; CXLCCI ld0_cci; |