Skip to content

Commit

Permalink
staging: greybus: audio_codec.h Fix alignment should match open paren…
Browse files Browse the repository at this point in the history
…thesis

Fix "Alignment should match open parenthesis" checkpatch.pl errors.

Signed-off-by: Kamal Heib <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Kamalheib authored and gregkh committed Jan 22, 2018
1 parent b822e33 commit adb77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/greybus/audio_codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit adb77ab

Please sign in to comment.