[alsa-devel] [PATCH][TRIVIAL] remove extra space
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,
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.
participants (2)
-
Jiri Kosina
-
Viral Mehta