src/drivers/intel/cavs/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 151c338e2f
commit 71a594df7b
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,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;
@ -97,7 +97,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;