Index: uspace/lib/usbhost/include/usb/host/utils/malloc32.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision a4eb3ba2b6a831a2a639dfe74c4deb2ca435b91c)
@@ -43,5 +43,6 @@
 #include <stdint.h>
 
-/* Generic TDs and EDs require 16byte alignment,
+/*
+ * Generic TDs and EDs require 16byte alignment,
  * Isochronous TD require 32byte alignment,
  * buffers do not have to be aligned.
@@ -83,6 +84,8 @@
 
 	if (ret == EOK) {
-		/* Poison, accessing it should be enough to make sure
-		 * the location is mapped, but poison works better */
+		/*
+		 * Poison, accessing it should be enough to make sure
+		 * the location is mapped, but poison works better
+		 */
 		memset(address, 0x5, real_size);
 		return address;
