UPSTREAM: vboot: Wrap line in comment longer than 80 characters
Fix comment greater than 80 columns. BUG=None BRANCH=None TEST=None 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> Change-Id: Ie0be96868e8a99f79781c6bafc8991a955f37ffa Reviewed-on: https://chromium-review.googlesource.com/408986 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
90c97df8f6
commit
1b0c4d73c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue