From fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 28 Jul 2016 21:31:40 +0200 Subject: src/device: Capitalize CPU, RAM and ROM Change-Id: I133531391a20261e0926524d70c0901079076af9 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15943 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel --- src/device/cpu_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/cpu_device.c') diff --git a/src/device/cpu_device.c b/src/device/cpu_device.c index 072d7c6844..ccbe6ec7da 100644 --- a/src/device/cpu_device.c +++ b/src/device/cpu_device.c @@ -22,7 +22,7 @@ device_t add_cpu_device(struct bus *cpu_bus, unsigned apic_id, int enabled) struct device_path cpu_path; device_t cpu; - /* Build the cpu device path */ + /* Build the CPU device path */ cpu_path.type = DEVICE_PATH_APIC; cpu_path.apic.apic_id = apic_id; -- cgit v1.2.3