mirror of https://github.com/thesofproject/sof.git
src/drivers/intel/baytrail/timer.c: fix style
Make checkpatch happy Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
920917bb7f
commit
87c01ffbc0
|
@ -110,7 +110,7 @@ int platform_timer_set(struct timer *timer, uint64_t ticks)
|
|||
|
||||
/* same hi 64 bit context as ticks ? */
|
||||
if (hitimeout < timer->hitime) {
|
||||
/* cant be in the past */
|
||||
/* can't be in the past */
|
||||
arch_interrupt_global_enable(flags);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue