staging: greybus: audio_codec.c: code indent should use tabs where possible
authorRichard Groux <rgroux@sauron-mordor.net>
Wed, 21 Sep 2016 17:05:31 +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
code indent should use tabs where possible

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 0e8e4e9..8a0744b 100644 (file)
@@ -1008,7 +1008,7 @@ static int gbcodec_probe(struct snd_soc_codec *codec)
        snd_soc_codec_set_drvdata(codec, info);
        gbcodec = info;
 
-        device_init_wakeup(codec->dev, 1);
+       device_init_wakeup(codec->dev, 1);
        return 0;
 }