]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/usbip/userspace/libsrc/vhci_driver.c
staging: usbip: userspace: libsrc: (foo*) should be (foo *)
[~andy/linux] / drivers / staging / usbip / userspace / libsrc / vhci_driver.c
index 7a5da58f72ddb01eaeac6a195a144e2e4fe68117..b9c6e2abb466d1566ae6741ae76dc6d8e2deea17 100644 (file)
@@ -36,7 +36,7 @@ static struct usbip_imported_device *imported_device_init(struct usbip_imported_
                                goto err;
 
                        memcpy(new_cdev, cdev, sizeof(*new_cdev));
-                       dlist_unshift(idev->cdev_list, (void*) new_cdev);
+                       dlist_unshift(idev->cdev_list, (void *) new_cdev);
                }
        }