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 3:
(3 comments)
https://review.coreboot.org/c/coreboot/+/36143/3/src/arch/x86/boot.c File src/arch/x86/boot.c:
https://review.coreboot.org/c/coreboot/+/36143/3/src/arch/x86/boot.c@34 PS3, Line 34: asmlinkage void(* doit)(void *); missing space after return type
https://review.coreboot.org/c/coreboot/+/36143/3/src/arch/x86/boot.c@34 PS3, Line 34: asmlinkage void(* doit)(void *); Unnecessary space before function pointer name
https://review.coreboot.org/c/coreboot/+/36143/3/src/arch/x86/boot.c@34 PS3, Line 34: asmlinkage void(* doit)(void *); space prohibited after that '*' (ctx:BxW)