Index: uspace/drv/nic/ne2k/ne2k.c
===================================================================
--- uspace/drv/nic/ne2k/ne2k.c	(revision 3a2692531629e5a8a32a01cf70175a2be26e50fd)
+++ uspace/drv/nic/ne2k/ne2k.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -279,5 +279,6 @@
 		return EINVAL;
 	}
-	/* Note: some frame with previous physical address may slip to NIL here
+	/*
+	 * Note: some frame with previous physical address may slip to NIL here
 	 * (for a moment the filtering is not exact), but ethernet should be OK with
 	 * that. Some frames may also be lost, but this is not a problem.
Index: uspace/drv/nic/rtl8139/driver.c
===================================================================
--- uspace/drv/nic/rtl8139/driver.c	(revision 3a2692531629e5a8a32a01cf70175a2be26e50fd)
+++ uspace/drv/nic/rtl8139/driver.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -500,5 +500,6 @@
 }
 
-/* Reset receiver
+/*
+ * Reset receiver
  *
  * Use in the case of receiver error (lost in the rx_buff)
@@ -604,5 +605,6 @@
 		rx_offset = ALIGN_UP(rx_offset + size + RTL_FRAME_HEADER_SIZE, 4);
 
-		/* Write lesser value to prevent overflow into unread frame
+		/*
+		 * Write lesser value to prevent overflow into unread frame
 		 * (the recomendation from the RealTech rtl8139 programming guide)
 		 */
@@ -793,5 +795,6 @@
 	}
 
-	/* Check transmittion interrupts first to allow transmit next frames
+	/*
+	 * Check transmittion interrupts first to allow transmit next frames
 	 * sooner
 	 */
@@ -2097,5 +2100,6 @@
 		rtl8139->int_mask = INT_TIME_OUT;
 
-		/* Force timer interrupt start be writing nonzero value to timer
+		/*
+		 * Force timer interrupt start be writing nonzero value to timer
 		 * interrutp register (should be small to prevent big delay)
 		 * Read TCTR to reset timer counter
Index: uspace/drv/nic/rtl8139/general.c
===================================================================
--- uspace/drv/nic/rtl8139/general.c	(revision 3a2692531629e5a8a32a01cf70175a2be26e50fd)
+++ uspace/drv/nic/rtl8139/general.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -65,5 +65,6 @@
 	size_t rem_size = data_size - to_src_end;
 
-	/* First copy the end part of the data (from the source begining),
+	/*
+	 * First copy the end part of the data (from the source begining),
 	 * then copy the begining
 	 */
