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:

committed by
Greg Kroah-Hartman

parent
d4a8d46d91
commit
dc0d5c1e5c
@@ -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;
|
||||
}
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user