Index: kernel/generic/src/time/timeout.c
===================================================================
--- kernel/generic/src/time/timeout.c	(revision 6c441cf8f35799043d891a3a77032e1b0e49112b)
+++ kernel/generic/src/time/timeout.c	(revision add5835771e75bf78f021398e9c2da7a0311ca54)
@@ -33,5 +33,5 @@
 /**
  * @file
- * @brief	Timeout management functions.
+ * @brief		Timeout management functions.
  */
 
@@ -62,5 +62,5 @@
  * Initialize all members except the lock.
  *
- * @param t Timeout to be initialized.
+ * @param t		Timeout to be initialized.
  *
  */
@@ -79,5 +79,5 @@
  * Initialize all members including the lock.
  *
- * @param t Timeout to be initialized.
+ * @param t		Timeout to be initialized.
  *
  */
@@ -95,12 +95,12 @@
  * time microseconds (or slightly more).
  *
- * @param t    Timeout structure.
- * @param time Number of usec in the future to execute
- *             the handler.
- * @param f    Timeout handler function.
- * @param arg  Timeout handler argument.
- *
- */
-void timeout_register(timeout_t *t, uint64_t time, timeout_handler_t f, void *arg)
+ * @param t		Timeout structure.
+ * @param time		Number of usec in the future to execute the handler.
+ * @param f		Timeout handler function.
+ * @param arg		Timeout handler argument.
+ *
+ */
+void
+timeout_register(timeout_t *t, uint64_t time, timeout_handler_t f, void *arg)
 {
 	timeout_t *hlp = NULL;
@@ -166,7 +166,7 @@
  * Remove timeout from timeout list.
  *
- * @param t Timeout to unregister.
- *
- * @return true on success, false on failure.
+ * @param t		Timeout to unregister.
+ *
+ * @return		True on success, false on failure.
  */
 bool timeout_unregister(timeout_t *t)
