Index: uspace/drv/block/ahci/ahci.c
===================================================================
--- uspace/drv/block/ahci/ahci.c	(revision eaf4e2fcaae4c25677cb8487333468c6c4e3a0c0)
+++ uspace/drv/block/ahci/ahci.c	(revision 1483981d7b7ed0a76568358cb7506faba072c4e6)
@@ -131,7 +131,7 @@
 static int sata_devices_count = 0;
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI Interface ----------------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI Interface
+ */
 
 static ahci_iface_t ahci_interface = {
@@ -298,7 +298,7 @@
 }
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI Commands -----------------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI Commands
+ */
 
 /** Wait for interrupt event.
@@ -842,7 +842,7 @@
 }
 
-/*----------------------------------------------------------------------------*/
-/*-- Interrupts handling -----------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * Interrupts handling
+ */
 
 static irq_pio_range_t ahci_ranges[] = {
@@ -919,7 +919,7 @@
 }
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI and SATA device creating and initializing routines -----------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI and SATA device creating and initializing routines
+ */
 
 /** Allocate SATA device structure with buffers for hardware.
@@ -1273,7 +1273,7 @@
 }
 
-/*----------------------------------------------------------------------------*/
-/*-- Helpers and utilities ---------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * Helpers and utilities
+ */
 
 /** Convert SATA model name
@@ -1313,7 +1313,7 @@
 }
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI Main routine -------------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI Main routine
+ */
 
 int main(int argc, char *argv[])
Index: uspace/drv/block/ahci/ahci_hw.h
===================================================================
--- uspace/drv/block/ahci/ahci_hw.h	(revision eaf4e2fcaae4c25677cb8487333468c6c4e3a0c0)
+++ uspace/drv/block/ahci/ahci_hw.h	(revision 1483981d7b7ed0a76568358cb7506faba072c4e6)
@@ -36,14 +36,14 @@
 #include <stdint.h>
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI standard constants -------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI standard constants
+ */
 
 /** AHCI standard 1.3 - maximum ports. */
 #define AHCI_MAX_PORTS  32
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI PCI Registers ------------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI PCI Registers
+ */
 
 /** AHCI PCI register Identifiers offset. */
@@ -296,7 +296,7 @@
 } ahci_pcireg_mlat_t;
 
-/*----------------------------------------------------------------------------*/
-/*-- AHCI Memory Registers ---------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * AHCI Memory Registers
+ */
 
 /** Number of pages for ahci memory registers. */
Index: uspace/drv/block/ahci/ahci_sata.h
===================================================================
--- uspace/drv/block/ahci/ahci_sata.h	(revision eaf4e2fcaae4c25677cb8487333468c6c4e3a0c0)
+++ uspace/drv/block/ahci/ahci_sata.h	(revision 1483981d7b7ed0a76568358cb7506faba072c4e6)
@@ -36,7 +36,7 @@
 #include <stdint.h>
 
-/*----------------------------------------------------------------------------*/
-/*-- SATA Buffer Lengths -----------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * SATA Buffer Lengths
+ */
 
 /** Default sector size in bytes. */
@@ -49,7 +49,7 @@
 #define SATA_IDENTIFY_DEVICE_BUFFER_LENGTH  512
 
-/*----------------------------------------------------------------------------*/
-/*-- SATA Fis Frames ---------------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * SATA Fis Frames
+ */
 
 /** Sata FIS Type number. */
@@ -130,7 +130,7 @@
 } sata_ncq_command_frame_t;
 
-/*----------------------------------------------------------------------------*/
-/*-- SATA Identify device ----------------------------------------------------*/
-/*----------------------------------------------------------------------------*/
+/*
+ * SATA Identify device
+ */
 
 /** Data returned from identify device and identify packet device command. */
