Index: uspace/lib/usbhid/include/usb/hid/hidpath.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hidpath.h	(revision 74b1e401e23bc401d425c663204ba9c80d38e3d7)
+++ uspace/lib/usbhid/include/usb/hid/hidpath.h	(revision 6bfaab552b3539dda0ec53d173564bce19472b6b)
@@ -42,10 +42,10 @@
 
 /*---------------------------------------------------------------------------*/
-/**
+/*
  * Flags of usage paths comparison modes.
  *
  */
-/** Wanted usage path must be exactly the same as the searched one.
- * This option cannot be combined with the others. 
+/** Wanted usage path must be exactly the same as the searched one.  This
+ * option cannot be combined with the others. 
  */
 #define USB_HID_PATH_COMPARE_STRICT		0
@@ -57,6 +57,6 @@
 
 /** 
- * Only usage page are compared along the usage path. 
- * This option can be combined with others. 
+ * Only usage page are compared along the usage path.  This option can be
+ * combined with others. 
  */
 #define USB_HID_PATH_COMPARE_USAGE_PAGE_ONLY	2
@@ -101,5 +101,6 @@
 	int depth;	
 
-	/** Report id. Zero is reserved and means that report id is not used. */
+	/** Report id. Zero is reserved and means that report id is not used.
+	 * */
 	uint8_t report_id;
 	
@@ -117,9 +118,9 @@
 void usb_hid_report_path_free(usb_hid_report_path_t *path);
 
-int usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path, 
-                                      uint8_t report_id);
+int usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path,
+		uint8_t report_id);
 
 int usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path, 
-                                    int32_t usage_page, int32_t usage);
+		int32_t usage_page, int32_t usage);
 
 void usb_hid_report_remove_last_item(usb_hid_report_path_t *usage_path);
@@ -128,10 +129,11 @@
 
 void usb_hid_report_set_last_item(usb_hid_report_path_t *usage_path, 
-                                  int32_t tag, int32_t data);
+		int32_t tag, int32_t data);
 
-int usb_hid_report_compare_usage_path(usb_hid_report_path_t *report_path, 
-                                      usb_hid_report_path_t *path, int flags);
+int usb_hid_report_compare_usage_path(usb_hid_report_path_t *report_path,
+		usb_hid_report_path_t *path, int flags);
 
-usb_hid_report_path_t *usb_hid_report_path_clone(usb_hid_report_path_t *usage_path);
+usb_hid_report_path_t *usb_hid_report_path_clone(
+		usb_hid_report_path_t *usage_path);
 
 void usb_hid_print_usage_path(usb_hid_report_path_t *path);
