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);
 
