return 0;
default:
/*
- * In line with specifiction limitaions on access sizes, this
+ * In line with specification limitaions on access sizes, this
* routine is not called with other sizes.
*/
g_assert_not_reached();
return;
default:
/*
- * In line with specifiction limitaions on access sizes, this
+ * In line with specification limitaions on access sizes, this
* routine is not called with other sizes.
*/
g_assert_not_reached();
out = (struct cxl_fmapi_ident_switch_dev_resp_pl *)payload_out;
*out = (struct cxl_fmapi_ident_switch_dev_resp_pl) {
.num_physical_ports = num_phys_ports + 1, /* 1 USP */
- .num_vcss = 1, /* Not yet support multiple VCS - potentialy tricky */
+ .num_vcss = 1, /* Not yet support multiple VCS - potentially tricky */
.active_vcs_bitmask[0] = 0x1,
.total_vppbs = num_phys_ports + 1,
.bound_vppbs = num_phys_ports + 1,
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;