Fix style coding issues

Fixes style coding checkpatch issues.

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
This commit is contained in:
Bartosz Kokoszko 2019-11-27 15:26:05 +01:00 committed by Liam Girdwood
parent 74e1bcc786
commit feb9e2b227
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ struct comp_ops {
/** set component audio stream parameters */
int (*dai_config)(struct comp_dev *dev,
struct sof_ipc_dai_config *dai_config);
struct sof_ipc_dai_config *dai_config);
/** used to pass standard and bespoke commands (with optional data) */
int (*cmd)(struct comp_dev *dev, int cmd, void *data,