Re: [PATCH] slab: fix include indentation

From: Parker, Amy
Date: Sun Dec 17 2023 - 20:16:35 EST


> -----Original Message-----
> From: owner-linux-mm@xxxxxxxxx <owner-linux-mm@xxxxxxxxx> On Behalf
> Of Parker, Amy
> Sent: Sunday, December 17, 2023 3:23 PM
> To: cl@xxxxxxxxx; penberg@xxxxxxxxxx
> Cc: linux-mm@xxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
> Subject: [PATCH] slab: fix include indentation
>
> Include directives in slab are indented by tabs, except for
> trace/events/kmem.h, which is indented with a single space.
> This aligns in some editors depending on tab width setting,
> but on others causes the directives to be misaligned.
> This patch fixes that alignment.
>
> Signed-off-by: Amy Parker <amyipdev@xxxxxxxxxxxxxxxxx>
>
> ---
>  mm/slab.c | 2 +-

> The current slab allocator  is going to be removed.

Hadn't gotten that news. Thanks for the update.

- amyip