summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRichard Groux <rgroux@sauron-mordor.net>2016-09-21 17:05:31 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-22 09:54:47 (GMT)
commit33111574550b210f4841591a3938283ffdf91d01 (patch)
treed7a73c003636f2c136c9e7fe0390051b5ee372c4 /drivers
parent0c8d9c73e6c99efdd5f76e5cbfb90e553130e729 (diff)
downloadlinux-33111574550b210f4841591a3938283ffdf91d01.tar.xz
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 <rgroux@sauron-mordor.net> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/audio_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus/audio_codec.c
index 0e8e4e9..8a0744b 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;
}