Index: uspace/lib/usbhost/include/usb/host/endpoint.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/endpoint.h	(revision a46e56be16ae82f0d007dd26c68b250f3f725ae0)
+++ uspace/lib/usbhost/include/usb/host/endpoint.h	(revision e3f819f43b108ff90a50324cbced9c2b89d2171e)
@@ -133,5 +133,5 @@
 static inline bus_t *endpoint_get_bus(endpoint_t *ep)
 {
-	device_t * const device = ep->device;
+	device_t *const device = ep->device;
 	return device ? device->bus : NULL;
 }
Index: uspace/lib/usbhost/include/usb/host/utils/malloc32.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision a46e56be16ae82f0d007dd26c68b250f3f725ae0)
+++ uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision e3f819f43b108ff90a50324cbced9c2b89d2171e)
@@ -72,5 +72,5 @@
  * @return Address of the aligned and big enough memory place, NULL on failure.
  */
-static inline void * malloc32(size_t size)
+static inline void *malloc32(size_t size)
 {
 	uintptr_t phys;
