Naresh Solanki (naresh.solanki@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17265
-gerrit
commit 24364ea5c35d437fdf0c8818c17c346f0468aad9 Author: Naresh G Solanki naresh.solanki@intel.com Date: Tue Nov 8 00:27:41 2016 +0530
vboot: Fix line greater than 80 columns
Fix comment greater than 80 columns.
Change-Id: Ie0be96868e8a99f79781c6bafc8991a955f37ffa Signed-off-by: Naresh G Solanki naresh.solanki@intel.com --- src/vboot/vboot_logic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vboot/vboot_logic.c b/src/vboot/vboot_logic.c index 41896e1..57d83a0 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;