[coreboot-gerrit] Patch set updated for coreboot: vboot: Wrap line in comment longer than 80 characters

Naresh Solanki (naresh.solanki@intel.com) gerrit at coreboot.org
Tue Nov 8 13:51:23 CET 2016


Naresh Solanki (naresh.solanki at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17265

-gerrit

commit 028525dadb69f7f91348306a26389af9a7e798b5
Author: Naresh G Solanki <naresh.solanki at intel.com>
Date:   Tue Nov 8 00:27:41 2016 +0530

    vboot: Wrap line in comment longer than 80 characters
    
    Fix comment greater than 80 columns.
    
    Change-Id: Ie0be96868e8a99f79781c6bafc8991a955f37ffa
    Signed-off-by: Naresh G Solanki <naresh.solanki at 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;



More information about the coreboot-gerrit mailing list