summaryrefslogtreecommitdiff
path: root/host/include/vboot_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/vboot_host.h')
-rw-r--r--host/include/vboot_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/vboot_host.h b/host/include/vboot_host.h
index 4b5db67e..9ebe4040 100644
--- a/host/include/vboot_host.h
+++ b/host/include/vboot_host.h
@@ -55,7 +55,7 @@ int GuidIsZero(const Guid *guid);
/* Returns a new copy of the kernel cmdline. The caller must free it. */
char *FindKernelConfig(const char *filename,
- uint64_t kernel_body_load_address);
+ uint64_t kernel_body_load_address);
/****************************************************************************/
/* Kernel partition */