aboutsummaryrefslogtreecommitdiffstats
diff options
-rw-r--r--usb/usb-gotemp.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb-gotemp.patch b/usb/usb-gotemp.patch
index 1b9febe8810320..361ecb7464d2d5 100644
--- a/usb/usb-gotemp.patch
+++ b/usb/usb-gotemp.patch
@@ -47,7 +47,7 @@ This is only a teaching tool.
+#define PRODUCT_ID 0x0002
+
+/* table of devices that work with this driver */
-+static struct usb_device_id id_table [] = {
++static struct usb_device_id id_table[] = {
+ { USB_DEVICE(VENDOR_ID, PRODUCT_ID) },
+ { },
+};