speedtch speedtch.c,1.74,1.75 usbatm.c,1.61,1.62

Duncan Sands duncan at infradead.org
Thu Jan 12 10:29:14 EST 2006


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv6294

Modified Files:
	speedtch.c usbatm.c 
Log Message:
Formatting changes.


Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- speedtch.c	10 Jan 2006 23:02:27 -0000	1.74
+++ speedtch.c	12 Jan 2006 15:29:11 -0000	1.75
@@ -74,7 +74,7 @@
 #define DEFAULT_ENABLE_ISOC	0
 #define DEFAULT_SW_BUFFERING	0
 
-static unsigned int altsetting = 0; // zero means use the default
+static unsigned int altsetting = 0; /* zero means: use the default */
 static int dl_512_first = DEFAULT_DL_512_FIRST;
 static int enable_isoc = DEFAULT_ENABLE_ISOC;
 static int sw_buffering = DEFAULT_SW_BUFFERING;

Index: usbatm.c
===================================================================
RCS file: /home/cvs/speedtch/usbatm.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- usbatm.c	12 Jan 2006 15:04:05 -0000	1.61
+++ usbatm.c	12 Jan 2006 15:29:11 -0000	1.62
@@ -1135,7 +1135,6 @@
 	instance->tx_channel.buf_size = max (instance->tx_channel.stride,
 			snd_buf_bytes - (snd_buf_bytes % instance->tx_channel.stride));
 
-
 	/* rx buffer size must be a positive multiple of the endpoint maxpacket */
 	maxpacket = usb_maxpacket(usb_dev, instance->rx_channel.endpoint, 0);
 




More information about the Usbatm-commits mailing list