From: Justin P. Mattock Date: Fri, 31 Dec 2010 17:40:21 +0000 (-0800) Subject: USB: wusbcore: rh.c Typo change desciptor to descriptor. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=32b801e9fa5e05c179b86802ccb19b3b97d47471;p=linux-beck.git USB: wusbcore: rh.c Typo change desciptor to descriptor. Change a typo from "desciptor" to "descriptor". Signed-off-by: Justin P. Mattock Signed-off-by: Greg Kroah-Hartman --- 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) EXPORT_SYMBOL_GPL(wusbhc_rh_status_data); /* - * Return the hub's desciptor + * Return the hub's descriptor * * NOTE: almost cut and paste from ehci-hub.c *