Index: kernel/generic/include/mm/slab.h
===================================================================
--- kernel/generic/include/mm/slab.h	(revision 06e1e95342d7b9a9c85c7492529a309d51a3fb6c)
+++ 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 {
