mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +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:
parent
cdbf3a394c
commit
f5e08ca722
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue