s390/appldata: restore missing init_virt_timer()
[deliverable/linux.git] / drivers / usb / core / devio.c
index 967152a63bd3c92f86f937a5b2f3c7b1d0805cc2..90e18f6fa2bb08f63efa17fc91a9c0d837ddcc92 100644 (file)
@@ -118,7 +118,7 @@ module_param(usbfs_memory_mb, uint, 0644);
 MODULE_PARM_DESC(usbfs_memory_mb,
                "maximum MB allowed for usbfs buffers (0 = no limit)");
 
-/* Hard limit, necessary to avoid aithmetic overflow */
+/* Hard limit, necessary to avoid arithmetic overflow */
 #define USBFS_XFER_MAX         (UINT_MAX / 2 - 1000000)
 
 static atomic_t usbfs_memory_usage;    /* Total memory currently allocated */
This page took 0.029799 seconds and 5 git commands to generate.