mirror of https://github.com/thesofproject/sof.git
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:
parent
151c338e2f
commit
71a594df7b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue