Index: uspace/drv/bus/usb/ehci/res.c
===================================================================
--- uspace/drv/bus/usb/ehci/res.c	(revision b713ff80040936e756794c1bd5250b2bc79e1084)
+++ uspace/drv/bus/usb/ehci/res.c	(revision d92c1ca83d148a7c2a672b0288f485c008eae96c)
@@ -109,5 +109,5 @@
 	return EOK;
 }
-/*----------------------------------------------------------------------------*/
+
 /** Calls the PCI driver with a request to enable interrupts
  *
@@ -127,5 +127,5 @@
 	return enabled ? EOK : EIO;
 }
-/*----------------------------------------------------------------------------*/
+
 /** Implements BIOS hands-off routine as described in EHCI spec
  *
Index: uspace/drv/bus/usb/uhci/res.c
===================================================================
--- uspace/drv/bus/usb/uhci/res.c	(revision b713ff80040936e756794c1bd5250b2bc79e1084)
+++ uspace/drv/bus/usb/uhci/res.c	(revision d92c1ca83d148a7c2a672b0288f485c008eae96c)
@@ -86,5 +86,5 @@
 	return EOK;
 }
-/*----------------------------------------------------------------------------*/
+
 /** Call the PCI driver with a request to enable interrupts
  *
@@ -105,5 +105,5 @@
 	return enabled ? EOK : EIO;
 }
-/*----------------------------------------------------------------------------*/
+
 /** Call the PCI driver with a request to clear legacy support register
  *
