usb: webusb: Trivial syntax fix
Fix supended -> suspended. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
83f625b4cc
commit
9f2ddc9f8e
|
@ -280,7 +280,7 @@ static void webusb_dev_status_cb(struct usb_cfg_data *cfg,
|
|||
LOG_DBG("USB device disconnected");
|
||||
break;
|
||||
case USB_DC_SUSPEND:
|
||||
LOG_DBG("USB device supended");
|
||||
LOG_DBG("USB device suspended");
|
||||
break;
|
||||
case USB_DC_RESUME:
|
||||
LOG_DBG("USB device resumed");
|
||||
|
|
Loading…
Reference in a new issue