ChangeSet 1.831.15.16, 2002/12/09 11:27:38-08:00, [EMAIL PROTECTED]

[PATCH] C99 initializer for drivers/usb/storage/usb.c

Here's a small patch for the file. The patch is against 2.5.50.


diff -Nru a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
--- a/drivers/usb/storage/usb.c Mon Dec  9 11:40:55 2002
+++ b/drivers/usb/storage/usb.c Mon Dec  9 11:40:55 2002
@@ -174,7 +174,7 @@
        .productName = product_name,    \
        .useProtocol = use_protocol,    \
        .useTransport = use_transport,  \
-       initFunction : init_function,   \
+       .initFunction = init_function,  \
        .flags = Flags, \
 }
 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to