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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/slab.c b/mm/slab.c index 9ad3d0f2d1a5..e09c44f5b5ac 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -125,7 +125,7 @@ #include <asm/tlbflush.h> #include <asm/page.h> -#include <trace/events/kmem.h> +#include <trace/events/kmem.h> #include "internal.h" -- 2.43.0