diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-12-31 12:40:21 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-22 22:35:39 -0500 |
commit | 32b801e9fa5e05c179b86802ccb19b3b97d47471 (patch) | |
tree | 81b6cf6e0293cd2381ad2d917f0ae87b6793ca10 | |
parent | 0828376deadb93f2e839900065f536ddc1190e73 (diff) |
USB: wusbcore: rh.c Typo change desciptor to descriptor.
Change a typo from "desciptor" to "descriptor".
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/wusbcore/rh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/rh.c b/drivers/usb/wusbcore/rh.c index a68ad7aa0b59..785772e66ed0 100644 --- a/drivers/usb/wusbcore/rh.c +++ b/drivers/usb/wusbcore/rh.c | |||
@@ -156,7 +156,7 @@ int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) | |||
156 | EXPORT_SYMBOL_GPL(wusbhc_rh_status_data); | 156 | EXPORT_SYMBOL_GPL(wusbhc_rh_status_data); |
157 | 157 | ||
158 | /* | 158 | /* |
159 | * Return the hub's desciptor | 159 | * Return the hub's descriptor |
160 | * | 160 | * |
161 | * NOTE: almost cut and paste from ehci-hub.c | 161 | * NOTE: almost cut and paste from ehci-hub.c |
162 | * | 162 | * |