diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-04 11:07:52 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 04:17:41 +0400 |
commit | 1076e7a4d91230eb277735ce297fe544c0202d30 (patch) | |
tree | 6b16429cb4a6f7c17249e93428e2137da7c4f3df /drivers/usb/wusbcore/wa-rpipe.c | |
parent | 025d44309f92bd5e3d1b2c7fab66836ab25b541b (diff) | |
download | linux-1076e7a4d91230eb277735ce297fe544c0202d30.tar.xz |
USB: wusbcore: correct spelling mistakes in comments and error string
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/wusbcore/wa-rpipe.c')
-rw-r--r-- | drivers/usb/wusbcore/wa-rpipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/wa-rpipe.c b/drivers/usb/wusbcore/wa-rpipe.c index accdd15f5393..c601c74677d0 100644 --- a/drivers/usb/wusbcore/wa-rpipe.c +++ b/drivers/usb/wusbcore/wa-rpipe.c @@ -308,7 +308,7 @@ out: /* * Aim an rpipe to its device & endpoint destination * - * Make sure we change the address to unauthenticathed if the device + * Make sure we change the address to unauthenticated if the device * is WUSB and it is not authenticated. */ static int rpipe_aim(struct wa_rpipe *rpipe, struct wahc *wa, |