Skip to content

Commit

Permalink
slab: Fix comment on #endif
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pascal Terjan authored and Pekka Enberg committed Dec 29, 2008
1 parent 8759ec5 commit dfcd361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/slab.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfcd361

Please sign in to comment.