Index: uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
===================================================================
--- uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c	(revision 3fafe5e03bb501f8627b315f8e97330dd3996f86)
+++ uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c	(revision a4eb3ba2b6a831a2a639dfe74c4deb2ca435b91c)
@@ -169,6 +169,8 @@
 {
 	assert(regs);
-	/* Init sequence for dispc is in chapter 7.6.5.1.4 p. 1810,
-	 * no idea what parts of that work. */
+	/*
+	 * Init sequence for dispc is in chapter 7.6.5.1.4 p. 1810,
+	 * no idea what parts of that work.
+	 */
 
 	/* Disable all interrupts */
@@ -248,6 +250,8 @@
 	/* 0x03ff03c0 is the default */
 	regs->gfx.fifo_threshold = 0x03ff03c0;
-	/* This value should be stride - width, 1 means next pixel i.e.
-	 * stride == width */
+	/*
+	 * This value should be stride - width, 1 means next pixel i.e.
+	 * stride == width
+	 */
 	regs->gfx.row_inc = 1;
 	/* number of bytes to next pixel in BPP multiples */
