aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/usbh/hal_usbh_msd.c
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-11-14 01:32:28 +0100
committerNicolas Reinecke <nr@das-labor.org>2016-12-05 11:37:44 +0100
commitde0c3e70c689cb8861497c245904ab10001e0721 (patch)
treeb792defb41ed33e4c04b735f5c46a05b3f8ab869 /os/hal/src/usbh/hal_usbh_msd.c
parent3abfddc447d57ac77a20a4f1d7c107c55c512eb3 (diff)
downloadChibiOS-Contrib-de0c3e70c689cb8861497c245904ab10001e0721.tar.gz
ChibiOS-Contrib-de0c3e70c689cb8861497c245904ab10001e0721.tar.bz2
ChibiOS-Contrib-de0c3e70c689cb8861497c245904ab10001e0721.zip
usbh: cleanup
Diffstat (limited to 'os/hal/src/usbh/hal_usbh_msd.c')
-rw-r--r--os/hal/src/usbh/hal_usbh_msd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/src/usbh/hal_usbh_msd.c b/os/hal/src/usbh/hal_usbh_msd.c
index 6869a74..7a4f826 100644
--- a/os/hal/src/usbh/hal_usbh_msd.c
+++ b/os/hal/src/usbh/hal_usbh_msd.c
@@ -68,7 +68,7 @@
/*===========================================================================*/
-/* USB Class driver loader for MSD */
+/* USB Class driver loader for MSD */
/*===========================================================================*/
USBHMassStorageDriver USBHMSD[HAL_USBHMSD_MAX_INSTANCES];
@@ -234,7 +234,7 @@ static void _msd_unload(usbh_baseclassdriver_t *drv) {
/*===========================================================================*/
-/* MSD Class driver operations (Bulk-Only transport) */
+/* MSD Class driver operations (Bulk-Only transport) */
/*===========================================================================*/
@@ -290,7 +290,7 @@ typedef struct {
/* ----------------------------------------------------- */
-/* SCSI Commands */
+/* SCSI Commands */
/* ----------------------------------------------------- */
/* Read 10 and Write 10 */
@@ -584,7 +584,7 @@ static msd_result_t scsi_write10(USBHMassStorageLUNDriver *lunp, uint32_t lba, u
/*===========================================================================*/
-/* Block driver data/functions */
+/* Block driver data/functions */
/*===========================================================================*/
USBHMassStorageLUNDriver MSBLKD[HAL_USBHMSD_MAX_LUNS];