On 11/14/23 05:38, Kees Cook wrote: > On Mon, Nov 13, 2023 at 08:13:51PM +0100, Vlastimil Babka wrote: >> mm/slab.h is the only place to include include/linux/slub_def.h which >> has allowed switching between SLAB and SLUB. Now we can simply move the >> contents over and remove slub_def.h. >> >> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> > > Now is the chance to do any whitespace updates! I saw a few #defines > that looked like they could be re-tab-aligned, but it's not a big deal. :P Right, I did some updates to accomodate line length especially where checkpatch complained, will check for the other ones too. > Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> >