aboutsummaryrefslogtreecommitdiff
path: root/src/vboot/vboot_logic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/vboot_logic.c')
-rw-r--r--src/vboot/vboot_logic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vboot/vboot_logic.c b/src/vboot/vboot_logic.c
index 41896e1126..57d83a0f61 100644
--- a/src/vboot/vboot_logic.c
+++ b/src/vboot/vboot_logic.c
@@ -119,8 +119,8 @@ static int handle_digest_result(void *slot_hash, size_t slot_hash_sz)
int is_resume;
/*
- * Chrome EC is the only support for vboot_save_hash()/vboot_retrieve_hash(), if Chrome EC
- * is not enabled then return.
+ * Chrome EC is the only support for vboot_save_hash() &
+ * vboot_retrieve_hash(), if Chrome EC is not enabled then return.
*/
if (!IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC))
return 0;