summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/usbdev/usbdev_storage.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/drivers/usbdev/usbdev_storage.h b/nuttx/drivers/usbdev/usbdev_storage.h
index 9f42d1567..400103fa2 100644
--- a/nuttx/drivers/usbdev/usbdev_storage.h
+++ b/nuttx/drivers/usbdev/usbdev_storage.h
@@ -380,8 +380,6 @@ struct usbstrg_dev_s
ubyte nluns:4; /* Number of LUNs */
ubyte config; /* Configuration number */
- ubyte nwrq; /* Number of queue write requests (in wrreqlist)*/
- ubyte nrdq; /* Number of queue read requests (in epbulkout) */
/* Endpoints */
@@ -389,7 +387,7 @@ struct usbstrg_dev_s
FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
FAR struct usbdev_req_s *ctrlreq; /* Control request (for ep0 setup responses) */
- /* SCSI commands */
+ /* SCSI command processing */
struct usbstrg_lun_s *lun; /* Currently selected LUN */
struct usbstrg_lun_s *luntab; /* Allocated table of all LUNs */