Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging "usbip" Fix typos.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Justin P. Mattock and committed by
Greg Kroah-Hartman
4ec2601f fafbc202

+3 -3
+1 -1
drivers/staging/usbip/stub_rx.c
··· 155 155 * eventually reassigned to the device as far as driver matching 156 156 * condition is kept. 157 157 * 158 - * Unfortunatelly, an existing usbip connection will be dropped 158 + * Unfortunately, an existing usbip connection will be dropped 159 159 * due to this driver unbinding. So, skip here. 160 160 * A user may need to set a special configuration value before 161 161 * exporting the device.
+2 -2
drivers/staging/usbip/vhci_hcd.c
··· 828 828 * disable endpoints. pending urbs are unlinked(dequeued). 829 829 * 830 830 * NOTE: After calling rh_port_disconnect(), the USB device drivers of a 831 - * deteched device should release used urbs in a cleanup function(i.e. 831 + * detached device should release used urbs in a cleanup function (i.e. 832 832 * xxx_disconnect()). Therefore, vhci_hcd does not need to release 833 833 * pushed urbs and their private data in this function. 834 834 * 835 - * NOTE: vhci_dequeue() must be considered carefully. When shutdowning 835 + * NOTE: vhci_dequeue() must be considered carefully. When shutting down 836 836 * a connection, vhci_shutdown_connection() expects vhci_dequeue() 837 837 * gives back pushed urbs and frees their private data by request of 838 838 * the cleanup function of a USB driver. When unlinking a urb with an