mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 18:55:24 +00:00
vboot: Fix indentation in LoadKernel()
BUG=None BRANCH=none TEST=compile Change-Id: I286ccb2649ee0535d3fb092b4d445488f6385a65 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/267462 Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
a0185aecc9
commit
e2e14ae827
@@ -469,7 +469,7 @@ VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams)
|
||||
/* Continue, so that we skip the error handling code below */
|
||||
continue;
|
||||
|
||||
bad_kernel:
|
||||
bad_kernel:
|
||||
/* Handle errors parsing this kernel */
|
||||
if (NULL != stream)
|
||||
VbExStreamClose(stream);
|
||||
@@ -482,7 +482,7 @@ VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams)
|
||||
|
||||
} /* while(GptNextKernelEntry) */
|
||||
|
||||
bad_gpt:
|
||||
bad_gpt:
|
||||
|
||||
/* Free kernel buffer */
|
||||
if (kbuf)
|
||||
@@ -518,7 +518,7 @@ VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams)
|
||||
retval = VBERROR_NO_KERNEL_FOUND;
|
||||
}
|
||||
|
||||
LoadKernelExit:
|
||||
LoadKernelExit:
|
||||
|
||||
/* Store recovery request, if any */
|
||||
VbNvSet(vnc, VBNV_RECOVERY_REQUEST, VBERROR_SUCCESS != retval ?
|
||||
|
||||
Reference in New Issue
Block a user