diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-05-22 09:01:01 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 04:47:24 +0000 |
commit | fbf6d568820d65d687c045090c91d431739e9e31 (patch) | |
tree | ae2056e77310bf69590919c31404e0db137e009c /src/commonlib/include | |
parent | 4757053e8323d72cc5ee7605dcbcfe1e9577bceb (diff) |
commonlib/timestamp_serialized.h: Fix typos
Change-Id: I245af182da5fe0869e834423959e1d040724157a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/commonlib/include')
-rw-r--r-- | src/commonlib/include/commonlib/timestamp_serialized.h | 12 |
1 files changed, 6 insertions, 6 deletions
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"), |