linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: tangjianqiang <wyqt1985@gmail.com>
To: Souptick Joarder <jrdr.linux@gmail.com>
Cc: Pekka Enberg <penberg@kernel.org>,
	David Rientjes <rientjes@google.com>,
	Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-mm@kvack.org, tangjianqiang <tangjianqiang@xiaomi.com>
Subject: Re: [PATCH] mm: fix the typo error
Date: Wed, 16 Sep 2020 12:13:48 +0800	[thread overview]
Message-ID: <20200916041159.GA23005@wyqt-MI> (raw)
In-Reply-To: <CAFqt6zb8SR6r+VkqoFpBcejHCs8QMvPwqiSeRU_7Fx5DAQ2jrg@mail.gmail.com>

sure, thanks for the comment.
I will modify and send patch v2

On Wed, Sep 16, 2020 at 08:48:14AM +0530, Souptick Joarder wrote:
> 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  4:13 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
2020-09-16  4:13   ` tangjianqiang [this message]

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=20200916041159.GA23005@wyqt-MI \
    --to=wyqt1985@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=jrdr.linux@gmail.com \
    --cc=linux-mm@kvack.org \
    --cc=penberg@kernel.org \
    --cc=rientjes@google.com \
    --cc=tangjianqiang@xiaomi.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