summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vboot_kernel.c')
-rw-r--r--firmware/lib/vboot_kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/vboot_kernel.c b/firmware/lib/vboot_kernel.c
index 7420a697..7f6c880f 100644
--- a/firmware/lib/vboot_kernel.c
+++ b/firmware/lib/vboot_kernel.c
@@ -615,7 +615,7 @@ vb2_error_t LoadKernel(struct vb2_context *ctx, LoadKernelParams *params)
}
} /* while(GptNextKernelEntry) */
-gpt_done:
+ gpt_done:
/* Write and free GPT data */
WriteAndFreeGptData(params->disk_handle, &gpt);