Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1664944
| From | Dan Carpenter <dan.carpenter@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. |
| Date | 2017-06-13 16:50 +0200 |
| Message-ID | <tRViO-Jw-31@gated-at.bofh.it> (permalink) |
| References | <tQzkl-6zR-5@gated-at.bofh.it> <tRTK2-8oY-21@gated-at.bofh.it> <tRV98-Fy-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 13, 2017 at 08:07:14PM +0530, srishti sharma wrote:
> On Tue, Jun 13, 2017 at 6:30 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> > On Sat, Jun 10, 2017 at 02:37:22AM +0530, srishti sharma wrote:
> >> Fixed alignment so that it matched open parenthesis.
> >>
> >> Signed-off-by: srishti sharma <srishtishar@gmail.com>
> >> ---
> >> drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
> >> index f484bb0..2148ed0 100644
> >> --- a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
> >> +++ b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
> >> @@ -105,7 +105,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;
> >
> > This patch is corrupted and can not be applied :(
>
>
> Why is this corrupted ?
Try applying it with `git am`. There should be space characters at the
start of these lines but your email client deleted them:
struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol);
int changed = 0;
Read Documentation/process/email-clients.rst
regards,
dan carpenter
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. srishti sharma <srishtishar@gmail.com> - 2017-06-09 23:10 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. Greg KH <gregkh@linuxfoundation.org> - 2017-06-13 15:10 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. srishti sharma <srishtishar@gmail.com> - 2017-06-13 16:40 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. Dan Carpenter <dan.carpenter@oracle.com> - 2017-06-13 16:50 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. srishti sharma <srishtishar@gmail.com> - 2017-06-13 23:50 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. Greg KH <gregkh@linuxfoundation.org> - 2017-06-14 07:20 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. srishti sharma <srishtishar@gmail.com> - 2017-06-14 15:50 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. Greg KH <gregkh@linuxfoundation.org> - 2017-06-14 16:00 +0200
Re: [PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis. srishti sharma <srishtishar@gmail.com> - 2017-06-14 16:00 +0200
csiph-web