···155155 * eventually reassigned to the device as far as driver matching156156 * condition is kept.157157 *158158- * Unfortunatelly, an existing usbip connection will be dropped158158+ * Unfortunately, an existing usbip connection will be dropped159159 * due to this driver unbinding. So, skip here.160160 * A user may need to set a special configuration value before161161 * exporting the device.
+2-2
drivers/staging/usbip/vhci_hcd.c
···828828 * disable endpoints. pending urbs are unlinked(dequeued).829829 *830830 * NOTE: After calling rh_port_disconnect(), the USB device drivers of a831831- * deteched device should release used urbs in a cleanup function(i.e.831831+ * detached device should release used urbs in a cleanup function (i.e.832832 * xxx_disconnect()). Therefore, vhci_hcd does not need to release833833 * pushed urbs and their private data in this function.834834 *835835- * NOTE: vhci_dequeue() must be considered carefully. When shutdowning835835+ * NOTE: vhci_dequeue() must be considered carefully. When shutting down836836 * a connection, vhci_shutdown_connection() expects vhci_dequeue()837837 * gives back pushed urbs and frees their private data by request of838838 * the cleanup function of a USB driver. When unlinking a urb with an