mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Fix indentation; no code change.
BUG=none TEST=none (since nothing changed) Change-Id: Ifea9a0c0105e70d9cea2b173d0991849770dc14b Reviewed-on: http://gerrit.chromium.org/gerrit/1067 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -234,14 +234,14 @@ int LoadKernel(LoadKernelParams* params) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (kBootDev == boot_mode && !dev_switch) {
|
if (kBootDev == boot_mode && !dev_switch) {
|
||||||
/* Dev firmware should be signed such that it never boots with the dev
|
/* Dev firmware should be signed such that it never boots with the dev
|
||||||
* switch is off; so something is terribly wrong. */
|
* switch is off; so something is terribly wrong. */
|
||||||
VBDEBUG(("LoadKernel() called with dev firmware but dev switch off\n"));
|
VBDEBUG(("LoadKernel() called with dev firmware but dev switch off\n"));
|
||||||
if (shcall)
|
if (shcall)
|
||||||
shcall->check_result = VBSD_LKC_CHECK_DEV_SWITCH_MISMATCH;
|
shcall->check_result = VBSD_LKC_CHECK_DEV_SWITCH_MISMATCH;
|
||||||
recovery = VBNV_RECOVERY_RW_DEV_MISMATCH;
|
recovery = VBNV_RECOVERY_RW_DEV_MISMATCH;
|
||||||
goto LoadKernelExit;
|
goto LoadKernelExit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (kBootRecovery == boot_mode) {
|
if (kBootRecovery == boot_mode) {
|
||||||
/* Use the recovery key to verify the kernel */
|
/* Use the recovery key to verify the kernel */
|
||||||
|
|||||||
Reference in New Issue
Block a user