coccinelle: Remove extra semicolon
coccicheck --mode=patch --cocci=semicolon.cocci Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
ce88bd9fe6
commit
9fd4ea91b7
39 changed files with 52 additions and 52 deletions
|
@ -170,7 +170,7 @@ void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz,
|
|||
/* Wait for core power down */
|
||||
while ((soc_glb_regs->cavs_dsp1power_control &
|
||||
SOC_S1000_GLB_CTRL_DSP1_PWRCTL_CPA) != 0) {
|
||||
};
|
||||
}
|
||||
|
||||
/* Now power up the core */
|
||||
soc_glb_regs->cavs_dsp1power_control |=
|
||||
|
@ -179,7 +179,7 @@ void arch_start_cpu(int cpu_num, k_thread_stack_t *stack, int sz,
|
|||
/* Wait for core power up*/
|
||||
while ((soc_glb_regs->cavs_dsp1power_control &
|
||||
SOC_S1000_GLB_CTRL_DSP1_PWRCTL_CPA) == 0) {
|
||||
};
|
||||
}
|
||||
|
||||
/* Then step out of reset, and un-stall */
|
||||
soc_glb_regs->cavs_dsp1power_control &=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue