From 7753731f0cce2216574756e3e0101e4166fa3ef3 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 30 Jul 2016 15:37:26 +0200 Subject: src/drivers: Capitalize CPU, RAM and ACPI Change-Id: I720469ea1df75544f5b1e0cab718502d8a9cf197 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15983 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth --- src/drivers/i2c/w83795/w83795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/i2c/w83795/w83795.c') diff --git a/src/drivers/i2c/w83795/w83795.c b/src/drivers/i2c/w83795/w83795.c index 78397ba76a..24da12c06a 100644 --- a/src/drivers/i2c/w83795/w83795.c +++ b/src/drivers/i2c/w83795/w83795.c @@ -361,7 +361,7 @@ static void w83795_hwm_init(struct device *dev) info = cpu_info(); cpu = info->cpu; if (!cpu) - die("CPU: missing cpu device structure"); + die("CPU: missing CPU device structure"); if (cpu->vendor == X86_VENDOR_AMD) w83795_init(dev, THERMAL_CRUISE_MODE, DTS_SRC_AMD_SBTSI); -- cgit v1.2.3