From: Qiujun Huang Date: Fri, 10 Apr 2020 21:32:22 +0000 (-0700) Subject: mm, slab_common: fix a typo in comment "eariler"->"earlier" X-Git-Tag: v5.15~4068^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b991cee567bf045097d9426719d7f1477bd7dc59;p=platform%2Fkernel%2Flinux-starfive.git mm, slab_common: fix a typo in comment "eariler"->"earlier" There is a typo in comment, fix it. s/eariler/earlier/ Signed-off-by: Qiujun Huang Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Acked-by: Christoph Lameter Link: http://lkml.kernel.org/r/20200405160544.1246-1-hqjagain@gmail.com Signed-off-by: Linus Torvalds --- diff --git a/mm/slab_common.c b/mm/slab_common.c index 93ec4a5..23c7500e 100644 --- a/mm/slab_common.c +++ b/mm/slab_common.c @@ -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);