aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1/hob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp1_1/hob.c')
-rw-r--r--src/drivers/intel/fsp1_1/hob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp1_1/hob.c b/src/drivers/intel/fsp1_1/hob.c
index c0816e994a..85d0f35f91 100644
--- a/src/drivers/intel/fsp1_1/hob.c
+++ b/src/drivers/intel/fsp1_1/hob.c
@@ -69,7 +69,7 @@ void *get_first_hob(uint16_t type)
}
/* Returns the next instance of the matched GUID HOB from the starting HOB. */
-void *get_next_guid_hob(const EFI_GUID * guid, const void *hob_start)
+void *get_next_guid_hob(const EFI_GUID *guid, const void *hob_start)
{
EFI_PEI_HOB_POINTERS hob;