From 33111574550b210f4841591a3938283ffdf91d01 Mon Sep 17 00:00:00 2001 From: Richard Groux Date: Wed, 21 Sep 2016 19:05:31 +0200 Subject: 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 --- drivers/staging/greybus/audio_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/greybus/audio_codec.c') 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; } -- cgit v1.2.3-59-g8ed1b