Fix typo.

This commit is contained in:
hselasky 2012-09-20 15:11:59 +00:00
parent 1c6026ef19
commit 4e994ee0cd

View File

@ -87,7 +87,7 @@ struct usb_ctrl_debug {
int bus_index; /* target bus */
int dev_index; /* target address */
int ds_fail; /* fail data stage */
int ss_fail; /* fail data stage */
int ss_fail; /* fail status stage */
int ds_delay; /* data stage delay in ms */
int ss_delay; /* status stage delay in ms */
int bmRequestType_value;