All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: Sreya Mittal <sreyamittal5@gmail.com>
Cc: outreachy-kernel@googlegroups.com,
	 Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	 Florian Fainelli <f.fainelli@gmail.com>,
	Ray Jui <rjui@broadcom.com>,
	 Scott Branden <sbranden@broadcom.com>,
	 bcm-kernel-feedback-list@broadcom.com,
	 Stephen Warren <swarren@wwwdotorg.org>,
	Lee Jones <lee@kernel.org>,  Eric Anholt <eric@anholt.net>
Subject: Re: [Outreachy kernel] [PATCH] staging: bcm2835-audio: Fix alignment with parenthesis
Date: Tue, 7 Mar 2017 16:54:07 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.20.1703071653360.3150@hadrien> (raw)
In-Reply-To: <20170307143056.3252-1-sreyamittal5@gmail.com>



On Tue, 7 Mar 2017, Sreya Mittal wrote:

> Fix the checkpatch issue:
> Alignment should match open parenthesis
>
> Signed-off-by: Sreya Mittal <sreyamittal5@gmail.com>
> ---
>  drivers/staging/bcm2835-audio/bcm2835-ctl.c | 2 +-

I don't see this file in staging-testing anymore.

julia


>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
> index a4ffa1b..2d8bc08 100644
> --- a/drivers/staging/bcm2835-audio/bcm2835-ctl.c
> +++ b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
> @@ -107,7 +107,7 @@ static int snd_bcm2835_ctl_get(struct snd_kcontrol *kcontrol,
>  }
>
>  static int snd_bcm2835_ctl_put(struct snd_kcontrol *kcontrol,
> -	struct snd_ctl_elem_value *ucontrol)
> +				struct snd_ctl_elem_value *ucontrol)
>  {
>  	struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol);
>  	int changed = 0;
> --
> 2.9.3
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170307143056.3252-1-sreyamittal5%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


  reply	other threads:[~2017-03-07 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07 14:30 [PATCH] staging: bcm2835-audio: Fix alignment with parenthesis Sreya Mittal
2017-03-07 15:54 ` Julia Lawall [this message]
2017-03-07 19:06   ` [Outreachy kernel] " Greg Kroah-Hartman
2017-03-07 19:50     ` Sreya Mittal
2017-03-07 19:57       ` Greg KH
2017-03-07 20:13         ` Sreya Mittal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.20.1703071653360.3150@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=eric@anholt.net \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=lee@kernel.org \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=sreyamittal5@gmail.com \
    --cc=swarren@wwwdotorg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.