diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2016-11-08 00:27:41 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-08 22:48:20 +0100 |
commit | 1d04d16b08dcb8e38aeebe7ed8e7f966049dd313 (patch) | |
tree | 3c5f8c56052ec3678c65b82d61cdd5b941eeb8d9 /src | |
parent | 647d39f2c72c9f6565fd6f8b4d2ed1c316ea8cd2 (diff) |
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@intel.com>
Reviewed-on: https://review.coreboot.org/17265
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/vboot/vboot_logic.c | 4 |
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; |