From adb77ab0a121a801e50f32d6f7d5d2c7b5aee4fa Mon Sep 17 00:00:00 2001 From: Kamal Heib Date: Wed, 17 Jan 2018 16:52:31 +0200 Subject: [PATCH] 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 --- drivers/staging/greybus/audio_codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4