src/include/host/topology.h: 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:05 -06:00 committed by Liam Girdwood
parent 489dabaf31
commit bbc9019bdf
1 changed files with 3 additions and 3 deletions

View File

@ -195,8 +195,8 @@ void sof_parse_word_tokens(void *object,
struct snd_soc_tplg_vendor_array *array);
int parse_topology(char *filename, struct sof *sof, int *fr_id, int *fw_id,
int *sched_id, char *bits_in, char *in_file,
char *out_file, struct shared_lib_table *library_table,
char *pipeline_msg);
int *sched_id, char *bits_in, char *in_file,
char *out_file, struct shared_lib_table *library_table,
char *pipeline_msg);
#endif