* [PATCH][TRIVIAL] remove extra space
@ 2009-04-03 7:38 Viral Mehta
2009-04-03 9:49 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Viral Mehta @ 2009-04-03 7:38 UTC (permalink / raw)
To: alsa-devel, trivial
Just for the sake of readability, removing extra space
Signed-off-by: Viral Mehta <viral.mehta@einfochips.com>
---
--- a/sound/usb/usbmixer.c 2009-03-24 04:42:14.000000000 +0530
+++ b/sound/usb/usbmixer.c 2009-04-03 12:49:49.000000000 +0530
@@ -394,7 +394,7 @@ static int set_ctl_value(struct usb_mixe
value_set = convert_bytes_value(cval, value_set);
buf[0] = value_set & 0xff;
buf[1] = (value_set >> 8) & 0xff;
- while (timeout -- > 0)
+ while (timeout-- > 0)
if (snd_usb_ctl_msg(cval->mixer->chip->dev,
usb_sndctrlpipe(cval->mixer->chip->dev, 0),
request,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][TRIVIAL] remove extra space
2009-04-03 7:38 [PATCH][TRIVIAL] remove extra space Viral Mehta
@ 2009-04-03 9:49 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2009-04-03 9:49 UTC (permalink / raw)
To: Viral Mehta; +Cc: alsa-devel, trivial
On Fri, 3 Apr 2009, Viral Mehta wrote:
>
> Just for the sake of readability, removing extra space
>
> Signed-off-by: Viral Mehta <viral.mehta@einfochips.com>
> ---
> --- a/sound/usb/usbmixer.c 2009-03-24 04:42:14.000000000 +0530
> +++ b/sound/usb/usbmixer.c 2009-04-03 12:49:49.000000000 +0530
> @@ -394,7 +394,7 @@ static int set_ctl_value(struct usb_mixe
> value_set = convert_bytes_value(cval, value_set);
> buf[0] = value_set & 0xff;
> buf[1] = (value_set >> 8) & 0xff;
> - while (timeout -- > 0)
> + while (timeout-- > 0)
> if (snd_usb_ctl_msg(cval->mixer->chip->dev,
> usb_sndctrlpipe(cval->mixer->chip->dev, 0),
> request,
Applied to trivial tree, thanks.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-03 9:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 7:38 [PATCH][TRIVIAL] remove extra space Viral Mehta
2009-04-03 9:49 ` Jiri Kosina
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.