Index: uspace/drv/hid/usbhid/kbd/kbddev.h
===================================================================
--- uspace/drv/hid/usbhid/kbd/kbddev.h	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/hid/usbhid/kbd/kbddev.h	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
@@ -54,5 +54,5 @@
  * data, such as currently pressed keys, modifiers and lock keys.
  *
- * Also holds a IPC session to the console (since there is now no other way to 
+ * Also holds a IPC session to the console (since there is now no other way to
  * communicate with it).
  *
@@ -98,5 +98,5 @@
 	int32_t *led_data;
 	
-	/** State of the structure (for checking before use). 
+	/** State of the structure (for checking before use).
 	 *
 	 * 0 - not initialized
Index: uspace/drv/hid/usbhid/kbd/kbdrepeat.c
===================================================================
--- uspace/drv/hid/usbhid/kbd/kbdrepeat.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/hid/usbhid/kbd/kbdrepeat.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
@@ -136,5 +136,5 @@
  * Start repeating particular key.
  *
- * @note Only one key is repeated at any time, so calling this function 
+ * @note Only one key is repeated at any time, so calling this function
  *       effectively cancels auto-repeat of the current repeated key (if any)
  *       and 'schedules' another key for auto-repeat.
Index: uspace/drv/hid/usbhid/multimedia/keymap.c
===================================================================
--- uspace/drv/hid/usbhid/multimedia/keymap.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/hid/usbhid/multimedia/keymap.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
@@ -41,5 +41,5 @@
 
 /**
- * Mapping between USB HID multimedia usages (from HID Usage Tables) and 
+ * Mapping between USB HID multimedia usages (from HID Usage Tables) and
  * corresponding HelenOS key codes.
  *
@@ -72,5 +72,5 @@
  *
  * @param usage USB HID Consumer Page Usage number.
- * 
+ *
  * @retval HelenOS key code corresponding to the given USB Consumer Page Usage.
  */
