linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm, slab_common: Fix a typo in comment "eariler"->"earlier"
@ 2020-04-05 16:05 Qiujun Huang
  2020-04-08  0:22 ` Christopher Lameter
  0 siblings, 1 reply; 2+ messages in thread
From: Qiujun Huang @ 2020-04-05 16:05 UTC (permalink / raw)
  To: cl, penberg
  Cc: rientjes, iamjoonsoo.kim, akpm, linux-mm, linux-kernel, Qiujun Huang

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

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 mm/slab_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/slab_common.c b/mm/slab_common.c
index 1907cb2903c7..3b93a95cfb02 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);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm, slab_common: Fix a typo in comment "eariler"->"earlier"
  2020-04-05 16:05 [PATCH] mm, slab_common: Fix a typo in comment "eariler"->"earlier" Qiujun Huang
@ 2020-04-08  0:22 ` Christopher Lameter
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Lameter @ 2020-04-08  0:22 UTC (permalink / raw)
  To: Qiujun Huang
  Cc: penberg, rientjes, iamjoonsoo.kim, akpm, linux-mm, linux-kernel

On Mon, 6 Apr 2020, Qiujun Huang wrote:

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


Acked-by: Christoph Lameter <cl@linux.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-08  0:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05 16:05 [PATCH] mm, slab_common: Fix a typo in comment "eariler"->"earlier" Qiujun Huang
2020-04-08  0:22 ` Christopher Lameter

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).