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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user