OSDN Git Service

mm, slab_common: fix a typo in comment "eariler"->"earlier"
authorQiujun Huang <hqjagain@gmail.com>
Fri, 10 Apr 2020 21:32:22 +0000 (14:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Apr 2020 22:36:20 +0000 (15:36 -0700)
There is a typo in comment, fix it.
s/eariler/earlier/

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Christoph Lameter <cl@linux.com>
Link: http://lkml.kernel.org/r/20200405160544.1246-1-hqjagain@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slab_common.c

index 93ec4a5..23c7500 100644 (file)
@@ -731,7 +731,7 @@ static void kmemcg_rcufn(struct rcu_head *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);