On Sun, 9 Jul 2006 15:10:32 -0300 Naranjo Manuel Francisco wrote: > Hi, > Here is the patch again :), I have made the corrections suggested by > Olivier and Luiz. > Please take a look at it. > Naranjo, Manuel Francisco > [EMAIL PROTECTED]
Something along the way (mail client/server) has split (broken) a few lines for us. :( gmail is known to do this, unless you used the gmail SMTP service (?). E.g.: diff -uprN -X linux-vanilla/Documentation/dontdiff linux-vanilla/drivers/usb/serial/aircable.c linux/drivers/usb/serial/aircable.c --- linux-vanilla/drivers/usb/serial/aircable.c 1969-12-31 21:00:00.000000000 -0300 +++ linux/drivers/usb/serial/aircable.c 2006-07-09 15:06:22.000000000 -0300 Those 6 lines should be 3 lines. and these are broken lines also: +static void aircable_write_bulk_callback(struct urb *urb, struct pt_regs *regs); +static void aircable_write_bulk_callback (struct urb *urb, struct pt_regs *regs) Also, there are 11 lines that end with whitespace (tab). Please truncate those. --- ~Randy ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
