]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: greybus: audio_codec.c: space required before the open brace
authorRichard Groux <rgroux@sauron-mordor.net>
Wed, 21 Sep 2016 17:05:29 +0000 (19:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 09:54:47 +0000 (11:54 +0200)
Minor error spotted by checkpatch.pl in greybus
space required before the open brace '{'

Signed-off-by: Richard Groux <rgroux@sauron-mordor.net>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_codec.c

index 5ce2542a2fa0d6c2b99689692d76e6aa61296a53..0e8e4e96252ff1275268c36c08b3e13bbe33234c 100644 (file)
@@ -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;
        }