mirror of https://gitee.com/openkylin/linux.git
staging: greybus: audio_codec.h Fix alignment should match open parenthesis
Fix "Alignment should match open parenthesis" checkpatch.pl errors. Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b822e33af0
commit
adb77ab0a1
|
@ -159,7 +159,7 @@ struct gbaudio_module_info {
|
||||||
};
|
};
|
||||||
|
|
||||||
int gbaudio_tplg_parse_data(struct gbaudio_module_info *module,
|
int gbaudio_tplg_parse_data(struct gbaudio_module_info *module,
|
||||||
struct gb_audio_topology *tplg_data);
|
struct gb_audio_topology *tplg_data);
|
||||||
void gbaudio_tplg_release(struct gbaudio_module_info *module);
|
void gbaudio_tplg_release(struct gbaudio_module_info *module);
|
||||||
|
|
||||||
int gbaudio_module_update(struct gbaudio_codec_info *codec,
|
int gbaudio_module_update(struct gbaudio_codec_info *codec,
|
||||||
|
|
Loading…
Reference in New Issue