Index: kernel/generic/include/ipc/ipc.h
===================================================================
--- kernel/generic/include/ipc/ipc.h	(revision 19de05f6a81e28fafc795b1e06e10bd9fea57103)
+++ kernel/generic/include/ipc/ipc.h	(revision 3dea17f5a2dc97de65bf1ff23eb43f3621665af4)
@@ -50,9 +50,8 @@
 #define IPC_CALL_ANSWERED       (1<<0) /**< This is answer to a call */
 #define IPC_CALL_STATIC_ALLOC   (1<<1) /**< This call will not be freed on error */
-#define IPC_CALL_DISCARD_ANSWER (1<<2) /**< Answer will not be passed to
-					* userspace, will be discarded */
-#define IPC_CALL_FORWARDED      (1<<3) /* Call was forwarded */
-#define IPC_CALL_CONN_ME_TO     (1<<4) /* Identify connect_me_to answer */
-#define IPC_CALL_NOTIF          (1<<5) /* Interrupt notification */
+#define IPC_CALL_DISCARD_ANSWER (1<<2) /**< Answer will not be passed to userspace, will be discarded */
+#define IPC_CALL_FORWARDED      (1<<3) /**< Call was forwarded */
+#define IPC_CALL_CONN_ME_TO     (1<<4) /**< Identify connect_me_to answer */
+#define IPC_CALL_NOTIF          (1<<5) /**< Interrupt notification */
 
 /* Flags of callid (the addresses are aligned at least to 4, 
Index: kernel/generic/include/mm/asid.h
===================================================================
--- kernel/generic/include/mm/asid.h	(revision 19de05f6a81e28fafc795b1e06e10bd9fea57103)
+++ kernel/generic/include/mm/asid.h	(revision 3dea17f5a2dc97de65bf1ff23eb43f3621665af4)
@@ -55,5 +55,5 @@
 #ifndef __ASM__
 
-#define ASIDS_ALLOCABLE	((ASID_MAX+1)-ASID_START)
+#define ASIDS_ALLOCABLE	((ASID_MAX + 1) - ASID_START)
 
 extern spinlock_t asidlock;
Index: kernel/generic/include/mm/slab.h
===================================================================
--- kernel/generic/include/mm/slab.h	(revision 19de05f6a81e28fafc795b1e06e10bd9fea57103)
+++ kernel/generic/include/mm/slab.h	(revision 3dea17f5a2dc97de65bf1ff23eb43f3621665af4)
@@ -57,12 +57,10 @@
 
 /* slab_reclaim constants */
-#define SLAB_RECLAIM_ALL  0x1 /**< Reclaim all possible memory, because
-			       *   we are in memory stress */
+#define SLAB_RECLAIM_ALL  0x1 /**< Reclaim all possible memory, because we are in memory stress */
 
 /* cache_create flags */
 #define SLAB_CACHE_NOMAGAZINE 0x1 /**< Do not use per-cpu cache */
 #define SLAB_CACHE_SLINSIDE   0x2 /**< Have control structure inside SLAB */
-/** We add magazine cache later, if we have this flag */
-#define SLAB_CACHE_MAGDEFERRED (0x4 | SLAB_CACHE_NOMAGAZINE)
+#define SLAB_CACHE_MAGDEFERRED (0x4 | SLAB_CACHE_NOMAGAZINE) /**< We add magazine cache later, if we have this flag */
 
 typedef struct {
