aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2018-01-17 16:52:27 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-22 11:49:23 +0100
commit0c3ba27becd8f6264bbe98d1f1747385749e496c (patch)
tree8b6a4ac72199dda5b69518d1c91e1c08b171516b /drivers/staging/greybus
parentstaging: greybus: audio_codec.c: Cleanup blank lines (diff)
downloadlinux-dev-0c3ba27becd8f6264bbe98d1f1747385749e496c.tar.xz
linux-dev-0c3ba27becd8f6264bbe98d1f1747385749e496c.zip
staging: greybus: audio_codec.c: Space required around ':'
Space is required when using the question mark operator around ':' Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/audio_codec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus/audio_codec.c
index 98ddb7e5b78b..6b920113b918 100644
--- a/drivers/staging/greybus/audio_codec.c
+++ b/drivers/staging/greybus/audio_codec.c
@@ -319,7 +319,7 @@ int gbaudio_module_update(struct gbaudio_codec_info *codec,
char intf_name[NAME_SIZE], dir[NAME_SIZE];
dev_dbg(module->dev, "%s:Module update %s sequence\n", w->name,
- enable ? "Enable":"Disable");
+ enable ? "Enable" : "Disable");
if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)) {
dev_dbg(codec->dev, "No action required for %s\n", w->name);
@@ -588,7 +588,7 @@ static int gbcodec_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
struct gbaudio_stream_params *params;
dev_dbg(dai->dev, "Mute:%d, Direction:%s\n", mute,
- stream ? "CAPTURE":"PLAYBACK");
+ stream ? "CAPTURE" : "PLAYBACK");
mutex_lock(&codec->lock);