From: Richard Groux Date: Wed, 21 Sep 2016 17:05:29 +0000 (+0200) Subject: staging: greybus: audio_codec.c: space required before the open brace X-Git-Tag: v4.9-rc1~119^2~259 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c8d9c73e6c99efdd5f76e5cbfb90e553130e729;p=karo-tx-linux.git staging: greybus: audio_codec.c: space required before the open brace Minor error spotted by checkpatch.pl in greybus space required before the open brace '{' Signed-off-by: Richard Groux Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus/audio_codec.c index 5ce2542a2fa0..0e8e4e96252f 100644 --- a/drivers/staging/greybus/audio_codec.c +++ b/drivers/staging/greybus/audio_codec.c @@ -322,7 +322,7 @@ int gbaudio_module_update(struct gbaudio_codec_info *codec, dev_dbg(module->dev, "%s:Module update %s sequence\n", w->name, enable ? "Enable":"Disable"); - if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)){ + if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)) { dev_dbg(codec->dev, "No action required for %s\n", w->name); return 0; }