USB: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Joe Perches
2007-12-17 11:40:18 -08:00
committed by Greg Kroah-Hartman
parent d4a8d46d91
commit dc0d5c1e5c
12 changed files with 18 additions and 18 deletions

View File

@@ -323,7 +323,7 @@ sisusb_bulkin_msg(struct sisusb_usb_data *sisusb, unsigned int pipe, void *data,
usb_kill_urb(urb);
retval = -ETIMEDOUT;
} else {
/* URB completed within timout */
/* URB completed within timeout */
retval = urb->status;
readbytes = urb->actual_length;
}

View File

@@ -1312,7 +1312,7 @@ static int ctrl_out (struct usbtest_dev *dev,
len += vary;
/* [real world] the "zero bytes IN" case isn't really used.
* hardware can easily trip up in this wierd case, since its
* hardware can easily trip up in this weird case, since its
* status stage is IN, not OUT like other ep0in transfers.
*/
if (len > length)