From: Richard Groux Date: Wed, 21 Sep 2016 17:05:31 +0000 (+0200) Subject: staging: greybus: audio_codec.c: code indent should use tabs where possible X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=33111574550b210f4841591a3938283ffdf91d01;p=linux-beck.git staging: greybus: audio_codec.c: code indent should use tabs where possible Minor error spotted by checkpatch.pl in greybus code indent should use tabs where possible 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 0e8e4e96252f..8a0744b58a32 100644 --- a/drivers/staging/greybus/audio_codec.c +++ b/drivers/staging/greybus/audio_codec.c @@ -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; }