From db8f65c823fa9f403caf5d5610011b5cb029815e Mon Sep 17 00:00:00 2001 From: Art Haas Date: Sun, 8 Dec 2002 19:27:38 -0800 Subject: [PATCH] [PATCH] C99 initializer for drivers/usb/storage/usb.c Here's a small patch for the file. The patch is against 2.5.50. --- drivers/usb/storage/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 0cda772947f6..34479a463682 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c @@ -174,7 +174,7 @@ MODULE_DEVICE_TABLE (usb, storage_usb_ids); .productName = product_name, \ .useProtocol = use_protocol, \ .useTransport = use_transport, \ - initFunction : init_function, \ + .initFunction = init_function, \ .flags = Flags, \ } -- 2.39.5