From: "Parker, Amy" <amyipdev@csu.fullerton.edu>
To: "cl@linux.com" <cl@linux.com>, "penberg@kernel.org" <penberg@kernel.org>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [PATCH] slab: fix include indentation
Date: Sun, 17 Dec 2023 07:23:04 +0000 [thread overview]
Message-ID: <SA2PR08MB6716A0570D4EDAAD4221A7788191A@SA2PR08MB6716.namprd08.prod.outlook.com> (raw)
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@csu.fullerton.edu>
---
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
next reply other threads:[~2023-12-17 7:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-17 7:23 Parker, Amy [this message]
2023-12-18 1:03 ` Song, Xiongwei
2023-12-18 1:16 ` Parker, Amy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=SA2PR08MB6716A0570D4EDAAD4221A7788191A@SA2PR08MB6716.namprd08.prod.outlook.com \
--to=amyipdev@csu.fullerton.edu \
--cc=cl@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=penberg@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox