[alsa-devel] [PATCH][TRIVIAL] remove extra space

Viral Mehta viral.mehta at einfochips.com
Fri Apr 3 09:38:14 CEST 2009


Just for the sake of readability, removing extra space

Signed-off-by: Viral Mehta <viral.mehta at 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,


More information about the Alsa-devel mailing list