From: Kamal Heib Date: Wed, 17 Jan 2018 14:52:31 +0000 (+0200) Subject: staging: greybus: audio_codec.h Fix alignment should match open parenthesis X-Git-Tag: v5.15~9511^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adb77ab0a121a801e50f32d6f7d5d2c7b5aee4fa;p=platform%2Fkernel%2Flinux-starfive.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h index fd7b893..a1d5440 100644 --- a/drivers/staging/greybus/audio_codec.h +++ b/drivers/staging/greybus/audio_codec.h @@ -159,7 +159,7 @@ struct gbaudio_module_info { }; 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); int gbaudio_module_update(struct gbaudio_codec_info *codec,