Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kamal Heib and committed by
Greg Kroah-Hartman
adb77ab0 b822e33a

+1 -1
+1 -1
drivers/staging/greybus/audio_codec.h
··· 159 159 }; 160 160 161 161 int gbaudio_tplg_parse_data(struct gbaudio_module_info *module, 162 - struct gb_audio_topology *tplg_data); 162 + struct gb_audio_topology *tplg_data); 163 163 void gbaudio_tplg_release(struct gbaudio_module_info *module); 164 164 165 165 int gbaudio_module_update(struct gbaudio_codec_info *codec,