aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_codec.c
diff options
context:
space:
mode:
authorRichard Groux <rgroux@sauron-mordor.net>2016-09-21 19:05:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-22 11:54:47 +0200
commit33111574550b210f4841591a3938283ffdf91d01 (patch)
treed7a73c003636f2c136c9e7fe0390051b5ee372c4 /drivers/staging/greybus/audio_codec.c
parentstaging: greybus: audio_codec.c: space required before the open brace (diff)
downloadlinux-dev-33111574550b210f4841591a3938283ffdf91d01.tar.xz
linux-dev-33111574550b210f4841591a3938283ffdf91d01.zip
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/staging/greybus/audio_codec.c')
-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 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;
}