[alsa-devel] [PATCH] ASoC: sound:soc:soc-core fix one small indentation issue

Lu, Guanqun guanqun.lu at intel.com
Mon Mar 7 16:18:06 CET 2011


> -----Original Message-----
> From: Mark Brown [mailto:broonie at opensource.wolfsonmicro.com]
> Sent: Monday, March 07, 2011 11:16 PM
> To: Lu, Guanqun
> Cc: alsa-devel at alsa-project.org; lrg at slimlogic.co.uk
> Subject: Re: [alsa-devel] [PATCH] ASoC: sound:soc:soc-core fix one small
> indentation issue
> 
> On Mon, Mar 07, 2011 at 11:14:45PM +0800, Lu Guanqun wrote:
> > Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
> 
> Please remember to CC maintainers on patches - in general please follow
> the approach in Documentation/SubmittingPatches.

Sorry about that.
Adding maintainers here.

--guanqun

> 
> > ---
> >  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 64befac..f6ba502 100644
> > --- a/sound/soc/soc-core.c
> > +++ b/sound/soc/soc-core.c
> > @@ -3438,7 +3438,7 @@ int snd_soc_register_platform(struct device *dev,
> >
> >  	platform = kzalloc(sizeof(struct snd_soc_platform), GFP_KERNEL);
> >  	if (platform == NULL)
> > -			return -ENOMEM;
> > +		return -ENOMEM;
> >
> >  	/* create platform component name */
> >  	platform->name = fmt_single_name(dev, &platform->id);
> > --
> > 1.7.2.3
> >
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel at alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
> 
> --
> "You grabbed my hand and we fell into it, like a daydream - or a fever."


More information about the Alsa-devel mailing list