Index: uspace/lib/usbhost/src/bandwidth.c
===================================================================
--- uspace/lib/usbhost/src/bandwidth.c	(revision c21d4d64870698b91707f203def6398db79bff84)
+++ uspace/lib/usbhost/src/bandwidth.c	(revision 7020d1ffb2252c7a016ab32d1c98df8473acee73)
@@ -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 c21d4d64870698b91707f203def6398db79bff84)
+++ uspace/lib/usbhost/src/utility.c	(revision 7020d1ffb2252c7a016ab32d1c98df8473acee73)
@@ -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) &&
