mirror of https://github.com/thesofproject/sof.git
chain-dma: (cosmetic) remove a superfluous space
Use a single space. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
81398b0f89
commit
983ac1a958
|
@ -686,7 +686,7 @@ static void chain_task_free(struct comp_dev *dev)
|
|||
rfree(dev);
|
||||
}
|
||||
|
||||
static const struct comp_driver comp_chain_dma = {
|
||||
static const struct comp_driver comp_chain_dma = {
|
||||
.uid = SOF_RT_UUID(chain_dma_uuid),
|
||||
.tctx = &chain_dma_tr,
|
||||
.ops = {
|
||||
|
|
Loading…
Reference in New Issue