ec_response_get_comms_status
sizeof(struct ec_response_get_comms_status));
struct ec_response_get_comms_status *status =
(struct ec_response_get_comms_status *)msg->data;
struct ec_response_get_comms_status *data;
data = (struct ec_response_get_comms_status *)mock->o_data;
KUNIT_EXPECT_EQ(test, ret, sizeof(struct ec_response_get_comms_status));
sizeof(struct ec_response_get_comms_status));
struct ec_response_get_comms_status *data;
data = (struct ec_response_get_comms_status *)mock->o_data;