From e414a4e5b5ef7a89a484c8edbe3804bd025a8416 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 3 Jan 2019 10:40:43 +0100 Subject: src: Use "foo **bar" instead of "foo ** bar" Change-Id: I8260424ee243c06827f2b5939e1568e52539b282 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30624 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick Reviewed-by: Richard Spiegel --- src/mainboard/lenovo/x201/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c index 182d041f73..eb686f48c7 100644 --- a/src/mainboard/lenovo/x201/mainboard.c +++ b/src/mainboard/lenovo/x201/mainboard.c @@ -36,7 +36,7 @@ static acpi_cstate_t cst_entries[] = { {2, 17, 250, {0x01, 8, 0, {0}, DEFAULT_PMBASE + LV3, 0}}, }; -int get_cst_entries(acpi_cstate_t ** entries) +int get_cst_entries(acpi_cstate_t **entries) { *entries = cst_entries; return ARRAY_SIZE(cst_entries); -- cgit v1.2.3