Index: uspace/drv/block/usbmast/bo_trans.c
===================================================================
--- uspace/drv/block/usbmast/bo_trans.c	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ uspace/drv/block/usbmast/bo_trans.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -209,5 +209,6 @@
 void usb_massstor_reset_recovery(usbmast_dev_t *mdev)
 {
-	/* We would ignore errors here because if this fails
+	/*
+	 * We would ignore errors here because if this fails
 	 * we are doomed anyway and any following transaction would fail.
 	 */
Index: uspace/drv/block/usbmast/scsi_ms.c
===================================================================
--- uspace/drv/block/usbmast/scsi_ms.c	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ uspace/drv/block/usbmast/scsi_ms.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -93,5 +93,6 @@
 		return rc;
 	}
-	/* Ignore command error here. If there's something wrong
+	/*
+	 * Ignore command error here. If there's something wrong
 	 * with the device the following commands will fail too.
 	 */
