mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + mm-slab_common-fix-a-typo-in-comment-eariler-earlier.patch added to -mm tree
@ 2020-04-05 22:06 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-04-05 22:06 UTC (permalink / raw)
  To: akpm, hqjagain, mm-commits


The patch titled
     Subject: mm, slab_common: Fix a typo in comment "eariler"->"earlier"
has been added to the -mm tree.  Its filename is
     mm-slab_common-fix-a-typo-in-comment-eariler-earlier.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-slab_common-fix-a-typo-in-comment-eariler-earlier.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-slab_common-fix-a-typo-in-comment-eariler-earlier.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: Qiujun Huang <hqjagain@gmail.com>
Subject: mm, slab_common: Fix a typo in comment "eariler"->"earlier"

There is a typo in comment, fix it.
s/eariler/earlier/

Link: http://lkml.kernel.org/r/20200405160544.1246-1-hqjagain@gmail.com
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/slab_common.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/slab_common.c~mm-slab_common-fix-a-typo-in-comment-eariler-earlier
+++ a/mm/slab_common.c
@@ -731,7 +731,7 @@ static void kmemcg_rcufn(struct rcu_head
 	/*
 	 * We need to grab blocking locks.  Bounce to ->work.  The
 	 * work item shares the space with the RCU head and can't be
-	 * initialized eariler.
+	 * initialized earlier.
 	 */
 	INIT_WORK(&s->memcg_params.work, kmemcg_workfn);
 	queue_work(memcg_kmem_cache_wq, &s->memcg_params.work);
_

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

mm-slab_common-fix-a-typo-in-comment-eariler-earlier.patch
kmod-fix-a-typo-assuems-assumes.patch
lib-kconfigdebug-fix-a-typo-capabilitiy-capability.patch

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

only message in thread, other threads:[~2020-04-05 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05 22:06 + mm-slab_common-fix-a-typo-in-comment-eariler-earlier.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).