提交 dfcd3610 编写于 作者: P Pascal Terjan 提交者: Pekka Enberg

slab: Fix comment on #endif

This #endif in slab.h is described as closing the inner block while it's for
the big CONFIG_NUMA one. That makes reading the code a bit harder.

This trivial patch fixes the comment.
Signed-off-by: NPascal Terjan <pterjan@mandriva.com>
Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
上级 8759ec50
......@@ -285,7 +285,7 @@ extern void *__kmalloc_node_track_caller(size_t, gfp_t, int, void *);
#define kmalloc_node_track_caller(size, flags, node) \
kmalloc_track_caller(size, flags)
#endif /* DEBUG_SLAB */
#endif /* CONFIG_NUMA */
/*
* Shortcuts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册