Commit 4ec2601f authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman

staging "usbip" Fix typos.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fafbc202
...@@ -155,7 +155,7 @@ static int tweak_set_configuration_cmd(struct urb *urb) ...@@ -155,7 +155,7 @@ static int tweak_set_configuration_cmd(struct urb *urb)
* eventually reassigned to the device as far as driver matching * eventually reassigned to the device as far as driver matching
* condition is kept. * condition is kept.
* *
* Unfortunatelly, an existing usbip connection will be dropped * Unfortunately, an existing usbip connection will be dropped
* due to this driver unbinding. So, skip here. * due to this driver unbinding. So, skip here.
* A user may need to set a special configuration value before * A user may need to set a special configuration value before
* exporting the device. * exporting the device.
......
...@@ -828,11 +828,11 @@ static void vhci_shutdown_connection(struct usbip_device *ud) ...@@ -828,11 +828,11 @@ static void vhci_shutdown_connection(struct usbip_device *ud)
* disable endpoints. pending urbs are unlinked(dequeued). * disable endpoints. pending urbs are unlinked(dequeued).
* *
* NOTE: After calling rh_port_disconnect(), the USB device drivers of a * NOTE: After calling rh_port_disconnect(), the USB device drivers of a
* deteched device should release used urbs in a cleanup function(i.e. * detached device should release used urbs in a cleanup function (i.e.
* xxx_disconnect()). Therefore, vhci_hcd does not need to release * xxx_disconnect()). Therefore, vhci_hcd does not need to release
* pushed urbs and their private data in this function. * pushed urbs and their private data in this function.
* *
* NOTE: vhci_dequeue() must be considered carefully. When shutdowning * NOTE: vhci_dequeue() must be considered carefully. When shutting down
* a connection, vhci_shutdown_connection() expects vhci_dequeue() * a connection, vhci_shutdown_connection() expects vhci_dequeue()
* gives back pushed urbs and frees their private data by request of * gives back pushed urbs and frees their private data by request of
* the cleanup function of a USB driver. When unlinking a urb with an * the cleanup function of a USB driver. When unlinking a urb with an
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment