linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Souptick Joarder <jrdr.linux@gmail.com>
To: tangjianqiang <wyqt1985@gmail.com>
Cc: Christoph Lameter <cl@linux.com>,
	Pekka Enberg <penberg@kernel.org>,
	 David Rientjes <rientjes@google.com>,
	Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	 Andrew Morton <akpm@linux-foundation.org>,
	Linux-MM <linux-mm@kvack.org>,
	wyqt1985@mgail.com,  tangjianqiang <tangjianqiang@xiaomi.com>
Subject: Re: [PATCH] mm: fix the typo error
Date: Wed, 16 Sep 2020 08:48:14 +0530	[thread overview]
Message-ID: <CAFqt6zb8SR6r+VkqoFpBcejHCs8QMvPwqiSeRU_7Fx5DAQ2jrg@mail.gmail.com> (raw)
In-Reply-To: <1600223698-17678-1-git-send-email-tangjianqiang@xiaomi.com>

On Wed, Sep 16, 2020 at 8:05 AM tangjianqiang <wyqt1985@gmail.com> wrote:
>
> fix the typo error in slab.h
> "allocagtor" -> "allocator"

I think, subject line can be more specific. Something like -
"include/linux/slab.h: Fix the typo"

With that
Acked-by: Souptick Joarder <jrdr.linux@gmail.com

>
> Signed-off-by: tangjianqiang <tangjianqiang@xiaomi.com>
> ---
>  include/linux/slab.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/slab.h b/include/linux/slab.h
> index 24df239..9e155cc 100644
> --- a/include/linux/slab.h
> +++ b/include/linux/slab.h
> @@ -279,7 +279,7 @@ static inline void __check_heap_object(const void *ptr, unsigned long n,
>  #define KMALLOC_MAX_SIZE       (1UL << KMALLOC_SHIFT_MAX)
>  /* Maximum size for which we actually use a slab cache */
>  #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
> -/* Maximum order allocatable via the slab allocagtor */
> +/* Maximum order allocatable via the slab allocator */
>  #define KMALLOC_MAX_ORDER      (KMALLOC_SHIFT_MAX - PAGE_SHIFT)
>
>  /*
> --
> 2.7.4
>
>


  reply	other threads:[~2020-09-16  3:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16  2:34 tangjianqiang
2020-09-16  3:18 ` Souptick Joarder [this message]
2020-09-16  4:13   ` tangjianqiang

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=CAFqt6zb8SR6r+VkqoFpBcejHCs8QMvPwqiSeRU_7Fx5DAQ2jrg@mail.gmail.com \
    --to=jrdr.linux@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=linux-mm@kvack.org \
    --cc=penberg@kernel.org \
    --cc=rientjes@google.com \
    --cc=tangjianqiang@xiaomi.com \
    --cc=wyqt1985@gmail.com \
    --cc=wyqt1985@mgail.com \
    /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