Index: uspace/drv/nic/ar9271/ar9271.h
===================================================================
--- uspace/drv/nic/ar9271/ar9271.h	(revision 807be7ee42522e194eac3944cc4b65503a2f8c26)
+++ uspace/drv/nic/ar9271/ar9271.h	(revision 02fe42eab26cc91005346883f5d0a8462d0ef248)
@@ -234,8 +234,8 @@
 	{ 0x0000801c, 0x12e0002b },
 	{ 0x00008318, 0x00003440 },
-	{ 0x00009804, 0x000003c0 },  /*< Note: overridden */
+	{ 0x00009804, 0x000003c0 },  /**< Note: overridden */
 	{ 0x00009820, 0x02020200 },
 	{ 0x00009824, 0x01000e0e },
-	{ 0x00009828, 0x0a020001 },  /*< Note: overridden */
+	{ 0x00009828, 0x0a020001 },  /**< Note: overridden */
 	{ 0x00009834, 0x00000e0e },
 	{ 0x00009838, 0x00000007 },
Index: uspace/drv/nic/ne2k/dp8390.h
===================================================================
--- uspace/drv/nic/ne2k/dp8390.h	(revision 807be7ee42522e194eac3944cc4b65503a2f8c26)
+++ uspace/drv/nic/ne2k/dp8390.h	(revision 02fe42eab26cc91005346883f5d0a8462d0ef248)
@@ -230,5 +230,5 @@
 	async_sess_t *parent_sess;
 	/* Device configuration */
-	void *base_port; /**< Port assigned from ISA configuration **/
+	void *base_port; /**< Port assigned from ISA configuration */
 	void *port;
 	void *data_port;
Index: uspace/drv/nic/rtl8139/defs.h
===================================================================
--- uspace/drv/nic/rtl8139/defs.h	(revision 807be7ee42522e194eac3944cc4b65503a2f8c26)
+++ uspace/drv/nic/rtl8139/defs.h	(revision 02fe42eab26cc91005346883f5d0a8462d0ef248)
@@ -372,5 +372,5 @@
 	BMCR_AN_ENABLE = (1 << 12),  /**< Autonegotion enable */
 
-	/* 10,11 reserved*/
+	/* 10,11 reserved */
 
 	BMCR_AN_RESTART = (1 << 9),  /**< Restart autonegotion */
Index: uspace/drv/nic/rtl8139/driver.h
===================================================================
--- uspace/drv/nic/rtl8139/driver.h	(revision 807be7ee42522e194eac3944cc4b65503a2f8c26)
+++ uspace/drv/nic/rtl8139/driver.h	(revision 02fe42eab26cc91005346883f5d0a8462d0ef248)
@@ -145,5 +145,7 @@
 } rtl8139_t;
 
-/* ***** Pointers casting - for both amd64 and ia32 ***** */
+/*
+ * Pointers casting - for both amd64 and ia32
+ */
 
 /** Cast pointer to uint32_t
