Index: uspace/drv/block/ahci/ahci_hw.h
===================================================================
--- uspace/drv/block/ahci/ahci_hw.h	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/drv/block/ahci/ahci_hw.h	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -273,5 +273,6 @@
 /** AHCI PCI register Interrupt Information. */
 typedef struct {
-	/* Software written value to indicate which interrupt vector
+	/*
+	 * Software written value to indicate which interrupt vector
 	 * the interrupt is connected to.
 	 */
Index: uspace/drv/block/usbmast/bo_trans.c
===================================================================
--- uspace/drv/block/usbmast/bo_trans.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ 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 ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ 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.
 	 */
