From 5faaca09b8ea433a42a15408ec55074d7f9e143e Mon Sep 17 00:00:00 2001 From: Hsuan Ting Chen Date: Mon, 31 Oct 2022 17:41:32 +0800 Subject: util/eventlog: Correct the capitalization for diagnostics types Correct the capitalization of ELOG_CROS_DIAG_TYPE_STORAGE_HEALTH from "Storage Health Info" to "Storage health info", which is already widely used in depthcharge diagnostics tools. BUG=b:254405481 TEST=none Change-Id: Ia6c1df9e8d2ee6f8ae11b962e76b52f3c6663c42 Signed-off-by: Hsuan Ting Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/69025 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu --- util/cbfstool/eventlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool') diff --git a/util/cbfstool/eventlog.c b/util/cbfstool/eventlog.c index b42a7fdfc4..9faf39b10d 100644 --- a/util/cbfstool/eventlog.c +++ b/util/cbfstool/eventlog.c @@ -444,7 +444,7 @@ static int eventlog_print_data(const struct event_header *event) static const struct valstr cros_diagnostics_diag_types[] = { {ELOG_CROS_DIAG_TYPE_NONE, "None"}, - {ELOG_CROS_DIAG_TYPE_STORAGE_HEALTH, "Storage Health Info"}, + {ELOG_CROS_DIAG_TYPE_STORAGE_HEALTH, "Storage health info"}, {ELOG_CROS_DIAG_TYPE_STORAGE_TEST_SHORT, "Storage self-test (short)"}, {ELOG_CROS_DIAG_TYPE_STORAGE_TEST_EXTENDED, "Storage self-test (extended)"}, {ELOG_CROS_DIAG_TYPE_MEMORY_QUICK, "Memory check (quick)"}, -- cgit v1.2.3