trivial: fix ETIMEOUT -> ETIMEDOUT typos
fix ETIMEOUT -> ETIMEDOUT typos Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
4737f0978d
commit
3ac49a1c99
@ -398,7 +398,7 @@ static void rx_complete (struct urb *urb)
|
||||
|
||||
/* stalls need manual reset. this is rare ... except that
|
||||
* when going through USB 2.0 TTs, unplug appears this way.
|
||||
* we avoid the highspeed version of the ETIMEOUT/EILSEQ
|
||||
* we avoid the highspeed version of the ETIMEDOUT/EILSEQ
|
||||
* storm, recovering as needed.
|
||||
*/
|
||||
case -EPIPE:
|
||||
|
Reference in New Issue
Block a user