soc/nvidia: Remove space between function name and '('
Change-Id: I5b0cdb7b8484080db6571d70ddef145bbaf2e87d Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77769 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
78d2469f05
commit
98a9b34854
|
@ -21,7 +21,7 @@ static void enable_core_clocks(int cpu)
|
|||
CRC_RST_CPUG_CLR_CORE3 | CRC_RST_CPUG_CLR_CX3,
|
||||
};
|
||||
|
||||
assert (cpu < CONFIG_MAX_CPUS);
|
||||
assert(cpu < CONFIG_MAX_CPUS);
|
||||
|
||||
/* Clear reset of CPU components. */
|
||||
write32(CLK_RST_REG(rst_cpug_cmplx_clr), cpu_clocks[cpu]);
|
||||
|
|
Loading…
Reference in New Issue