[alsa-devel] [PATCH] ASoC: Trivial formatting fix in soc-core.c

Liam Girdwood lrg at ti.com
Mon Aug 1 15:10:17 CEST 2011


On 01/08/11 05:53, Mark Brown wrote:
> Utterly trivial but it annoys me.
> 
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

Acked-by: Liam Girdwood <lrg at 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';



More information about the Alsa-devel mailing list