ext_man: Fix code formating

Function parameters should be separated by ', '.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2021-04-26 12:25:20 +02:00 committed by Liam Girdwood
parent 6c44aefb1f
commit 994ee247e1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static int ext_man_build(const struct module *module,
memcpy(buffer, &ext_man, ext_man.header_size); memcpy(buffer, &ext_man, ext_man.header_size);
offset = ext_man.header_size; offset = ext_man.header_size;
memcpy(&buffer[offset],sec_buffer, section->size); memcpy(&buffer[offset], sec_buffer, section->size);
*dst_buff = (struct ext_man_header *)buffer; *dst_buff = (struct ext_man_header *)buffer;