From 91e0e3ccbe9e2ed7cf91a94e03ee576598e63f54 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 30 Jul 2016 15:51:13 +0200 Subject: src/lib: Capitalize ROM, RAM, NVRAM and CPU Change-Id: Id0871b0c2eb31e2d728180b44cc5b518b751add4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/15985 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Omar Pakker Reviewed-by: Martin Roth --- src/lib/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/thread.c') diff --git a/src/lib/thread.c b/src/lib/thread.c index 3ddf82f05b..75d0cfc0e7 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -43,7 +43,7 @@ static inline int thread_can_yield(const struct thread *t) return (t != NULL && t->can_yield); } -/* Assumes current cpu info can switch. */ +/* Assumes current CPU info can switch. */ static inline struct thread *cpu_info_to_thread(const struct cpu_info *ci) { return ci->thread; -- cgit v1.2.3