build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/58866 )
Change subject: lib/thread: Add ERROR prefix to error messages ......................................................................
Patch Set 1:
(2 comments)
File src/lib/thread.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-132067): https://review.coreboot.org/c/coreboot/+/58866/comment/96951f3b_cb923db2 PS1, Line 287: "ERROR: thread_run() called from non-yielding context!\n"); Prefer using '"%s...", __func__' to using 'thread_run', this function's name, in a string
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-132067): https://review.coreboot.org/c/coreboot/+/58866/comment/99d4e000_ae7c071f PS1, Line 294: printk(BIOS_ERR, "ERROR: thread_run() No more threads!\n"); Prefer using '"%s...", __func__' to using 'thread_run', this function's name, in a string