Index: uspace/lib/usbhost/src/bandwidth.c
===================================================================
--- uspace/lib/usbhost/src/bandwidth.c	(revision fafb8e5dc8a80c87cf66270ca6f93d574a95471c)
+++ uspace/lib/usbhost/src/bandwidth.c	(revision e037cf3733f322897cbfc63ce44277485f52af9b)
@@ -84,5 +84,5 @@
 		 * see USB spec page 45-46.
 		 */
-		/* Speed penalty 8: low speed is 8-times slower*/
+		/* Speed penalty 8: low speed is 8-times slower */
 		return packet_count * (13 + max_packet_size) * 8;
 	case USB_SPEED_FULL:
Index: uspace/lib/usbhost/src/utility.c
===================================================================
--- uspace/lib/usbhost/src/utility.c	(revision fafb8e5dc8a80c87cf66270ca6f93d574a95471c)
+++ uspace/lib/usbhost/src/utility.c	(revision e037cf3733f322897cbfc63ce44277485f52af9b)
@@ -259,5 +259,5 @@
 	switch (request->request) {
 		/* Clear Feature ENPOINT_STALL */
-	case USB_DEVREQ_CLEAR_FEATURE: /*resets only cleared ep */
+	case USB_DEVREQ_CLEAR_FEATURE: /* resets only cleared ep */
 		/* 0x2 ( HOST to device | STANDART | TO ENPOINT) */
 		if ((request->request_type == 0x2) &&
