src/drivers/intel/haswell/timer.c: fix style

Make checkpatch happy

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2019-01-15 23:08:04 -06:00 committed by Liam Girdwood
parent b3b04f6b7b
commit 4aa1d9ab5b
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ void platform_host_timestamp(struct comp_dev *host,
{
int err;
/* get host postion */
/* get host position */
err = comp_position(host, posn);
if (err == 0)
posn->flags |= SOF_TIME_HOST_VALID | SOF_TIME_HOST_64;
@ -79,7 +79,7 @@ void platform_dai_timestamp(struct comp_dev *dai,
{
int err;
/* get DAI postion */
/* get DAI position */
err = comp_position(dai, posn);
if (err == 0)
posn->flags |= SOF_TIME_DAI_VALID;