Index: uspace/drv/platform/amdm37x/amdm37x.c
===================================================================
--- uspace/drv/platform/amdm37x/amdm37x.c	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/amdm37x.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -51,5 +51,4 @@
 }
 
-
 errno_t amdm37x_init(amdm37x_t *device, bool trace)
 {
@@ -116,5 +115,4 @@
 }
 
-
 /** Set DPLLs 1,2,3,4,5 to ON (locked) and autoidle.
  * @param device Register map.
@@ -137,5 +135,4 @@
 	ddf_msg(LVL_NOTE, "Base frequency: %d.%dMhz",
 	    base_freq / 1000, base_freq % 1000);
-
 
 	/*
Index: uspace/drv/platform/amdm37x/cm/clock_control.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/clock_control.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/cm/clock_control.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -160,3 +160,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/cm/iva2.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/iva2.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/cm/iva2.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -100,3 +100,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/cm/mpu.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/mpu.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/cm/mpu.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -96,3 +96,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/cm/usbhost.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/usbhost.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/cm/usbhost.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -81,3 +81,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/main.c
===================================================================
--- uspace/drv/platform/amdm37x/main.c	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/main.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -67,5 +67,4 @@
 #define VIDEO_ENC_SIZE   256
 
-
 static hw_resource_t ohci_res[] = {
 	{
@@ -150,5 +149,4 @@
 	},
 };
-
 
 static hw_resource_list_t *amdm37x_get_resources(ddf_fun_t *fnode);
Index: uspace/drv/platform/amdm37x/prm/clock_control.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/clock_control.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/prm/clock_control.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -81,5 +81,4 @@
 }
 
-
 #endif
 /**
Index: uspace/drv/platform/amdm37x/prm/usbhost.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/usbhost.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/prm/usbhost.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -110,3 +110,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/usbtll.h
===================================================================
--- uspace/drv/platform/amdm37x/usbtll.h	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/amdm37x/usbtll.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -128,3 +128,2 @@
  * @}
  */
-
Index: uspace/drv/platform/malta/malta.c
===================================================================
--- uspace/drv/platform/malta/malta.c	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/malta/malta.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -245,5 +245,4 @@
 	    &gt[GT_PCI_CMD / sizeof(ioport32_t)], host2uint32_t_le(val));
 
-
 	/* Register functions. */
 	if (!malta_add_functions(dev)) {
Index: uspace/drv/platform/sun4u/sun4u.c
===================================================================
--- uspace/drv/platform/sun4u/sun4u.c	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/drv/platform/sun4u/sun4u.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -69,5 +69,4 @@
 #define PBM_OBIO_BASE		UINT64_C(0)
 #define PBM_OBIO_SIZE		UINT64_C(0x1898)
-
 
 typedef struct sun4u_fun {
