Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31152
Change subject: lib/hardwaremain: One more typo ACPI ......................................................................
lib/hardwaremain: One more typo ACPI
CB:31139 fix few ACPI type error. Here is one more typo mistake.
Change-Id: Ieecf0ba8fe09ed5003d5ae766079b8f83cc891b9 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/include/nhlt.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/31152/1
diff --git a/src/include/nhlt.h b/src/include/nhlt.h index a361ed8..e4cfcf6 100644 --- a/src/include/nhlt.h +++ b/src/include/nhlt.h @@ -54,7 +54,7 @@ /* Obtain an nhlt object for adding endpoints. Returns NULL on error. */ struct nhlt *nhlt_init(void);
-/* Return the size of the NHLT table including APCI header. */ +/* Return the size of the NHLT table including ACPI header. */ size_t nhlt_current_size(struct nhlt *nhlt);
/*