src/cpu: Add required space before opening parenthesis '('
Change-Id: I7fb9bfcaeec0b9dfd0695d2b2d398fd01091f6bc Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16286 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Omar Pakker
This commit is contained in:
parent
3f4aece4e0
commit
cbe7464c62
19 changed files with 59 additions and 59 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <smp/spinlock.h>
|
||||
|
||||
#define UCODE_DEBUG(fmt, args...) \
|
||||
do { printk(BIOS_DEBUG, "[microcode] "fmt, ##args); } while(0)
|
||||
do { printk(BIOS_DEBUG, "[microcode] "fmt, ##args); } while (0)
|
||||
|
||||
#define UCODE_MAGIC 0x00414d44
|
||||
#define UCODE_EQUIV_CPU_TABLE_TYPE 0x00000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue