From fbf6d568820d65d687c045090c91d431739e9e31 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 22 May 2022 09:01:01 +0200 Subject: commonlib/timestamp_serialized.h: Fix typos Change-Id: I245af182da5fe0869e834423959e1d040724157a Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/64571 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/commonlib/include/commonlib/timestamp_serialized.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/commonlib/include') diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h index 79e70b779f..67b9656371 100644 --- a/src/commonlib/include/commonlib/timestamp_serialized.h +++ b/src/commonlib/include/commonlib/timestamp_serialized.h @@ -169,8 +169,8 @@ enum timestamp_id { TS_CRHV_BOOT = 1200, TS_CRHV_PLATFORM_INIT = 1201, TS_CRHV_SERVICES_STARTED = 1202, - TS_CRHV_HW_PASSTRHOUGH_START = 1203, - TS_CRHV_HW_PASSTRHOUGH_END = 1204, + TS_CRHV_HW_PASSTHROUGH_START = 1203, + TS_CRHV_HW_PASSTHROUGH_END = 1204, TS_CRHV_PSTORE_START = 1205, TS_CRHV_PSTORE_END = 1206, TS_CRHV_VMM_START = 1207, @@ -348,10 +348,10 @@ static const struct timestamp_id_to_name { TS_NAME_DEF(TS_CRHV_BOOT, 0, "hypervisor boot finished"), TS_NAME_DEF(TS_CRHV_PLATFORM_INIT, 0, "hypervisor platform initialized"), TS_NAME_DEF(TS_CRHV_SERVICES_STARTED, 0, "hypervisor services started"), - TS_NAME_DEF(TS_CRHV_HW_PASSTRHOUGH_START, TS_CRHV_HW_PASSTRHOUGH_END, - "hypervisor hardware passtrough setup start"), - TS_NAME_DEF(TS_CRHV_HW_PASSTRHOUGH_END, 0, - "hypervisor hardware passtrhough setup complete"), + TS_NAME_DEF(TS_CRHV_HW_PASSTHROUGH_START, TS_CRHV_HW_PASSTHROUGH_END, + "hypervisor hardware passthrough setup start"), + TS_NAME_DEF(TS_CRHV_HW_PASSTHROUGH_END, 0, + "hypervisor hardware passthrough setup complete"), TS_NAME_DEF(TS_CRHV_PSTORE_START, TS_CRHV_PSTORE_END, "hypervisor pstore init start"), TS_NAME_DEF(TS_CRHV_PSTORE_END, 0, "hypervisor pstore init complete"), TS_NAME_DEF(TS_CRHV_VMM_START, 0, "hypervisor OS VMM start"), -- cgit v1.2.3