* [PATCH] ASoC: Trivial formatting fix in soc-core.c
@ 2011-08-01 4:53 Mark Brown
2011-08-01 13:10 ` Liam Girdwood
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-08-01 4:53 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, patches, Mark Brown
Utterly trivial but it annoys me.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/soc-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 83ad8ca..e2ce248 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -105,7 +105,7 @@ static int format_register_str(struct snd_soc_codec *codec,
if (wordsize + regsize + 2 + 1 != len)
return -EINVAL;
- ret = snd_soc_read(codec , reg);
+ ret = snd_soc_read(codec, reg);
if (ret < 0) {
memset(regbuf, 'X', regsize);
regbuf[regsize] = '\0';
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Trivial formatting fix in soc-core.c
2011-08-01 4:53 [PATCH] ASoC: Trivial formatting fix in soc-core.c Mark Brown
@ 2011-08-01 13:10 ` Liam Girdwood
0 siblings, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2011-08-01 13:10 UTC (permalink / raw)
To: Mark Brown
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com
On 01/08/11 05:53, Mark Brown wrote:
> Utterly trivial but it annoys me.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
> ---
> sound/soc/soc-core.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
> index 83ad8ca..e2ce248 100644
> --- a/sound/soc/soc-core.c
> +++ b/sound/soc/soc-core.c
> @@ -105,7 +105,7 @@ static int format_register_str(struct snd_soc_codec *codec,
> if (wordsize + regsize + 2 + 1 != len)
> return -EINVAL;
>
> - ret = snd_soc_read(codec , reg);
> + ret = snd_soc_read(codec, reg);
> if (ret < 0) {
> memset(regbuf, 'X', regsize);
> regbuf[regsize] = '\0';
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-01 13:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 4:53 [PATCH] ASoC: Trivial formatting fix in soc-core.c Mark Brown
2011-08-01 13:10 ` Liam Girdwood
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.