mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:11 +00:00
Staging: usbip: Fix typo "Contoroller".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Matt Sealey
parent
25672dfd6f
commit
954ac1046f
@@ -56,7 +56,7 @@ static void vhci_stop(struct usb_hcd *hcd);
|
||||
static int vhci_get_frame_number(struct usb_hcd *hcd);
|
||||
|
||||
static const char driver_name[] = "vhci_hcd";
|
||||
static const char driver_desc[] = "USB/IP Virtual Host Contoroller";
|
||||
static const char driver_desc[] = "USB/IP Virtual Host Controller";
|
||||
|
||||
struct vhci_hcd *the_controller;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user