projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a420d1
)
staging: greybus: audio_codec.c: space required before the open brace
author
Richard Groux
<
[email protected]
>
Wed, 21 Sep 2016 17:05:29 +0000
(19:05 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 22 Sep 2016 09:54:47 +0000
(11:54 +0200)
Minor error spotted by checkpatch.pl in greybus
space required before the open brace '{'
Signed-off-by: Richard Groux <
[email protected]
>
Reviewed-by: Alex Elder <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/greybus/audio_codec.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/audio_codec.c
b/drivers/staging/greybus/audio_codec.c
index 5ce2542a2fa0d6c2b99689692d76e6aa61296a53..0e8e4e96252ff1275268c36c08b3e13bbe33234c 100644
(file)
--- a/
drivers/staging/greybus/audio_codec.c
+++ b/
drivers/staging/greybus/audio_codec.c
@@
-322,7
+322,7
@@
int gbaudio_module_update(struct gbaudio_codec_info *codec,
dev_dbg(module->dev, "%s:Module update %s sequence\n", w->name,
enable ? "Enable":"Disable");
- if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)){
+ 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);
return 0;
}