Re: [PATCH v2 1/5] slub: Add comments to endif pre-processor macros

2019-03-13 Thread Christopher Lameter
Acked-by: Christoph Lameter

[PATCH v2 1/5] slub: Add comments to endif pre-processor macros

2019-03-12 Thread Tobin C. Harding
SLUB allocator makes heavy use of ifdef/endif pre-processor macros. The pairing of these statements is at times hard to follow e.g. if the pair are further than a screen apart or if there are nested pairs. We can reduce cognitive load by adding a comment to the endif statement of form #ifd