Commit 6e2e2dbb authored by Andrei Emeltchenko's avatar Andrei Emeltchenko Committed by Anas Nashif
Browse files

usb: msc: Clean up comment



Trivial cleaning

Signed-off-by: default avatarAndrei Emeltchenko <andrei.emeltchenko@intel.com>
parent f5758b5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@ static struct usb_ep_cfg_data mass_ep_data[] = {
	}
};

/* Configuration of the CDC-ACM Device send to the USB Driver */
/* Configuration of the Mass Storage Device send to the USB Driver */
static struct usb_cfg_data mass_storage_config = {
	.usb_device_description = NULL,
	.cb_usb_status = mass_storage_status_cb,