Index: uspace/drv/hid/usbhid/kbd/kbddev.c
===================================================================
--- uspace/drv/hid/usbhid/kbd/kbddev.c	(revision 18b6a8849d630cc3bca153fb21bd225eebb16f4c)
+++ uspace/drv/hid/usbhid/kbd/kbddev.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -174,6 +174,8 @@
 		async_answer_0(icall_handle, EOK);
 		break;
-	/* This might be ugly but async_callback_receive_start makes no
-	 * difference for incorrect call and malloc failure. */
+		/*
+		 * This might be ugly but async_callback_receive_start makes no
+		 * difference for incorrect call and malloc failure.
+		 */
 	case IPC_M_CONNECT_TO_ME:
 		sess = async_callback_receive_start(EXCHANGE_SERIALIZE, icall);
@@ -579,6 +581,8 @@
 	}
 
-	/* Set LEDs according to initial setup.
-	 * Set Idle rate */
+	/*
+	 * Set LEDs according to initial setup.
+	 * Set Idle rate
+	 */
 	usb_kbd_set_led(hid_dev, kbd_dev);
 
@@ -649,6 +653,8 @@
 	}
 
-	/* Store the initialized HID device and HID ops
-	 * to the DDF function. */
+	/*
+	 * Store the initialized HID device and HID ops
+	 * to the DDF function.
+	 */
 	ddf_fun_set_ops(fun, &kbdops);
 
Index: uspace/drv/hid/usbhid/main.c
===================================================================
--- uspace/drv/hid/usbhid/main.c	(revision 18b6a8849d630cc3bca153fb21bd225eebb16f4c)
+++ uspace/drv/hid/usbhid/main.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -87,7 +87,9 @@
 	usb_log_debug("USB/HID device structure initialized.");
 
-	/* Start automated polling function.
+	/*
+	 * Start automated polling function.
 	 * This will create a separate fibril that will query the device
-	 * for the data continuously. */
+	 * for the data continuously.
+	 */
 	rc = usb_polling_start(&hid_dev->polling);
 
Index: uspace/drv/hid/usbhid/multimedia/multimedia.c
===================================================================
--- uspace/drv/hid/usbhid/multimedia/multimedia.c	(revision 18b6a8849d630cc3bca153fb21bd225eebb16f4c)
+++ uspace/drv/hid/usbhid/multimedia/multimedia.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -230,6 +230,8 @@
 	} else {
 		usb_log_debug2("%s unbound.", ddf_fun_get_name(fun));
-		/* This frees multim_dev too as it was stored in
-		 * fun->data */
+		/*
+		 * This frees multim_dev too as it was stored in
+		 * fun->data
+		 */
 		ddf_fun_destroy(fun);
 	}
Index: uspace/drv/hid/usbhid/usbhid.c
===================================================================
--- uspace/drv/hid/usbhid/usbhid.c	(revision 18b6a8849d630cc3bca153fb21bd225eebb16f4c)
+++ uspace/drv/hid/usbhid/usbhid.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -511,6 +511,8 @@
 
 	if (ok) {
-		/* Save max input report size and
-		 * allocate space for the report */
+		/*
+		 * Save max input report size and
+		 * allocate space for the report
+		 */
 		rc = usb_hid_init_report(hid_dev);
 		if (rc != EOK) {
