]> Git Repo - linux.git/blobdiff - drivers/usb/usbip/usbip_common.c
chardev: add helper function to register char devs with a struct device
[linux.git] / drivers / usb / usbip / usbip_common.c
index f123bfee5d1b52fbf221810682d1615a694c8f01..cab2b71a80d02737ed30b76b40576a51a6201a4a 100644 (file)
@@ -697,7 +697,7 @@ void usbip_pad_iso(struct usbip_device *ud, struct urb *urb)
                return;
 
        /*
-        * loop over all packets from last to first (to prevent overwritting
+        * loop over all packets from last to first (to prevent overwriting
         * memory when padding) and move them into the proper place
         */
        for (i = np-1; i > 0; i--) {
This page took 0.033296 seconds and 4 git commands to generate.