diff options
| -rw-r--r-- | drivers/usb/usb-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/usb-common.c b/drivers/usb/usb-common.c index d771870a819e..6dfd30a863c7 100644 --- a/drivers/usb/usb-common.c +++ b/drivers/usb/usb-common.c | |||
| @@ -69,7 +69,7 @@ const char *usb_state_string(enum usb_device_state state) | |||
| 69 | [USB_STATE_RECONNECTING] = "reconnecting", | 69 | [USB_STATE_RECONNECTING] = "reconnecting", |
| 70 | [USB_STATE_UNAUTHENTICATED] = "unauthenticated", | 70 | [USB_STATE_UNAUTHENTICATED] = "unauthenticated", |
| 71 | [USB_STATE_DEFAULT] = "default", | 71 | [USB_STATE_DEFAULT] = "default", |
| 72 | [USB_STATE_ADDRESS] = "addresssed", | 72 | [USB_STATE_ADDRESS] = "addressed", |
| 73 | [USB_STATE_CONFIGURED] = "configured", | 73 | [USB_STATE_CONFIGURED] = "configured", |
| 74 | [USB_STATE_SUSPENDED] = "suspended", | 74 | [USB_STATE_SUSPENDED] = "suspended", |
| 75 | }; | 75 | }; |
