linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Song, Xiongwei" <Xiongwei.Song@windriver.com>
To: "Parker, Amy" <amyipdev@csu.fullerton.edu>,
	"cl@linux.com" <cl@linux.com>,
	"penberg@kernel.org" <penberg@kernel.org>,
	"vbabka@suse.cz" <vbabka@suse.cz>,
	"42.hyeyoo@gmail.com" <42.hyeyoo@gmail.com>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] slab: fix include indentation
Date: Mon, 18 Dec 2023 01:03:37 +0000	[thread overview]
Message-ID: <PH0PR11MB5192B04F9FECDC6F7460EF2EEC90A@PH0PR11MB5192.namprd11.prod.outlook.com> (raw)
In-Reply-To: <SA2PR08MB6716A0570D4EDAAD4221A7788191A@SA2PR08MB6716.namprd08.prod.outlook.com>

> -----Original Message-----
> From: owner-linux-mm@kvack.org <owner-linux-mm@kvack.org> On Behalf
> Of Parker, Amy
> Sent: Sunday, December 17, 2023 3:23 PM
> To: cl@linux.com; penberg@kernel.org
> Cc: linux-mm@kvack.org; linux-kernel@vger.kernel.org
> 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@csu.fullerton.edu>
> 
> ---
>  mm/slab.c | 2 +-

The current slab allocator  is going to be removed.

https://lore.kernel.org/linux-mm/ZXEx1%2Fp9ejRmkVTS@localhost.localdomain/T/#m1a5899625baa61ad31a0e99eea6fc02258513ac1

Thanks.

>  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



  reply	other threads:[~2023-12-18  1:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-17  7:23 Parker, Amy
2023-12-18  1:03 ` Song, Xiongwei [this message]
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=PH0PR11MB5192B04F9FECDC6F7460EF2EEC90A@PH0PR11MB5192.namprd11.prod.outlook.com \
    --to=xiongwei.song@windriver.com \
    --cc=42.hyeyoo@gmail.com \
    --cc=amyipdev@csu.fullerton.edu \
    --cc=cl@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=penberg@kernel.org \
    --cc=vbabka@suse.cz \
    /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