build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36143 )
Change subject: arch/x86/boot.c: Pass arguments when running programs ......................................................................
Patch Set 5:
(3 comments)
https://review.coreboot.org/c/coreboot/+/36143/5/src/arch/x86/boot.c File src/arch/x86/boot.c:
https://review.coreboot.org/c/coreboot/+/36143/5/src/arch/x86/boot.c@34 PS5, Line 34: void(*doit)(void *); missing space after return type
https://review.coreboot.org/c/coreboot/+/36143/5/src/arch/x86/boot.c@34 PS5, Line 34: void(*doit)(void *); function definition argument 'void *' should also have an identifier name
https://review.coreboot.org/c/coreboot/+/36143/5/src/arch/x86/boot.c@37 PS5, Line 37: asmlinkage void(*doit)(void *); missing space after return type