usb: Fix various typo within usb

Correct spelling typo within usb

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Masanari Iida
2012-04-19 00:04:46 +09:00
committed by Greg Kroah-Hartman
parent 6feff1b92b
commit 1c1301ddd1
5 changed files with 7 additions and 7 deletions

View File

@@ -374,7 +374,7 @@ static int hidg_setup(struct usb_function *f,
break;
default:
VDBG(cdev, "Unknown decriptor request 0x%x\n",
VDBG(cdev, "Unknown descriptor request 0x%x\n",
value >> 8);
goto stall;
break;