mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + include-linux-slabh-fix-a-typo-error-in-comment.patch added to -mm tree
@ 2020-09-16 23:39 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-09-16 23:39 UTC (permalink / raw)
  To: mm-commits, tangjianqiang, jrdr.linux, wyqt1985


The patch titled
     Subject: include/linux/slab.h: fix a typo error in comment
has been added to the -mm tree.  Its filename is
     include-linux-slabh-fix-a-typo-error-in-comment.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/include-linux-slabh-fix-a-typo-error-in-comment.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/include-linux-slabh-fix-a-typo-error-in-comment.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: tangjianqiang <wyqt1985@gmail.com>
Subject: include/linux/slab.h: fix a typo error in comment

fix a typo error in slab.h
"allocagtor" -> "allocator"

Link: https://lkml.kernel.org/r/1600230053-24303-1-git-send-email-tangjianqiang@xiaomi.com
Signed-off-by: tangjianqiang <tangjianqiang@xiaomi.com>
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/slab.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/slab.h~include-linux-slabh-fix-a-typo-error-in-comment
+++ a/include/linux/slab.h
@@ -279,7 +279,7 @@ static inline void __check_heap_object(c
 #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)
 
 /*
_

Patches currently in -mm which might be from wyqt1985@gmail.com are

include-linux-slabh-fix-a-typo-error-in-comment.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-16 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 23:39 + include-linux-slabh-fix-a-typo-error-in-comment.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).