projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8759ec5
)
slab: Fix comment on #endif
author
Pascal Terjan
<pterjan@mandriva.com>
Tue, 25 Nov 2008 14:08:19 +0000
(15:08 +0100)
committer
Pekka Enberg
<penberg@cs.helsinki.fi>
Mon, 29 Dec 2008 09:40:56 +0000
(11:40 +0200)
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: Pascal Terjan <pterjan@mandriva.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
include/linux/slab.h
patch
|
blob
|
history
diff --git
a/include/linux/slab.h
b/include/linux/slab.h
index
000da12
..
9d8ca14
100644
(file)
--- a/
include/linux/slab.h
+++ b/
include/linux/slab.h
@@
-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