staging: vt6656: usbpipe.c clean up USB_CTL_WAIT
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 21 Jul 2014 21:40:47 +0000 (22:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jul 2014 21:54:32 +0000 (14:54 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/usbpipe.c

index aeef7ae72f812ad862a42bc03feb7194fdba3aea..7b050ba92504d8a7ad5e9d5e39ff8e635c1ae1ec 100644 (file)
@@ -45,7 +45,7 @@
 #include "device.h"
 #include "usbpipe.h"
 
-#define USB_CTL_WAIT   500 //ms
+#define USB_CTL_WAIT   500 /* ms */
 
 int vnt_control_out(struct vnt_private *priv, u8 request, u16 value,
                u16 index, u16 length, u8 *buffer)