From 3e25f85d68d10249473d422c4c19dc30ea55e8b0 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 4 Sep 2023 15:37:07 -0600 Subject: drivers/ipmi to lib: Fix misspellings & capitalization issues Signed-off-by: Martin Roth Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/include/boot_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/boot_device.h') diff --git a/src/include/boot_device.h b/src/include/boot_device.h index 84bd16ef65..883f37c8c8 100644 --- a/src/include/boot_device.h +++ b/src/include/boot_device.h @@ -63,7 +63,7 @@ int boot_device_wp_region(const struct region_device *rd, void boot_device_init(void); /* - * Restrict read/write access to the bootmedia using platform defined rules. + * Restrict read/write access to the boot-media using platform defined rules. */ #if CONFIG(BOOTMEDIA_LOCK_NONE) || (CONFIG(BOOTMEDIA_LOCK_IN_VERSTAGE) && ENV_RAMSTAGE) static inline void boot_device_security_lockdown(void) {} -- cgit v1.2.3