linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: fix typo in refill_stock() comment
@ 2010-03-10 21:05 Greg Thelen
  2010-03-11  0:32 ` Daisuke Nishimura
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Thelen @ 2010-03-10 21:05 UTC (permalink / raw)
  To: Balbir Singh, Pavel Emelyanov, KAMEZAWA Hiroyuki
  Cc: Andrew Morton, Daisuke Nishimura, Li Zefan, linux-mm,
	linux-kernel, trivial, Greg Thelen

Change refill_stock() comment: s/consumt_stock()/consume_stock()/

Signed-off-by: Greg Thelen <gthelen@google.com>
---
 mm/memcontrol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index d813823..0576de1 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -1330,7 +1330,7 @@ static void drain_local_stock(struct work_struct *dummy)
 
 /*
  * Cache charges(val) which is from res_counter, to local per_cpu area.
- * This will be consumed by consumt_stock() function, later.
+ * This will be consumed by consume_stock() function, later.
  */
 static void refill_stock(struct mem_cgroup *mem, int val)
 {
-- 
1.7.0.1

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] mm: fix typo in refill_stock() comment
  2010-03-10 21:05 [PATCH] mm: fix typo in refill_stock() comment Greg Thelen
@ 2010-03-11  0:32 ` Daisuke Nishimura
  2010-03-11  4:45   ` Balbir Singh
  0 siblings, 1 reply; 4+ messages in thread
From: Daisuke Nishimura @ 2010-03-11  0:32 UTC (permalink / raw)
  To: Greg Thelen
  Cc: Balbir Singh, Pavel Emelyanov, KAMEZAWA Hiroyuki, Andrew Morton,
	Li Zefan, linux-mm, linux-kernel, trivial, Daisuke Nishimura

On Wed, 10 Mar 2010 13:05:17 -0800, Greg Thelen <gthelen@google.com> wrote:
> Change refill_stock() comment: s/consumt_stock()/consume_stock()/
> 
> Signed-off-by: Greg Thelen <gthelen@google.com>
Acked-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>

Thanks,
Daisuke Nishimura.
> ---
>  mm/memcontrol.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/memcontrol.c b/mm/memcontrol.c
> index d813823..0576de1 100644
> --- a/mm/memcontrol.c
> +++ b/mm/memcontrol.c
> @@ -1330,7 +1330,7 @@ static void drain_local_stock(struct work_struct *dummy)
>  
>  /*
>   * Cache charges(val) which is from res_counter, to local per_cpu area.
> - * This will be consumed by consumt_stock() function, later.
> + * This will be consumed by consume_stock() function, later.
>   */
>  static void refill_stock(struct mem_cgroup *mem, int val)
>  {
> -- 
> 1.7.0.1
> 

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] mm: fix typo in refill_stock() comment
  2010-03-11  0:32 ` Daisuke Nishimura
@ 2010-03-11  4:45   ` Balbir Singh
  2010-03-15 14:20     ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Balbir Singh @ 2010-03-11  4:45 UTC (permalink / raw)
  To: Daisuke Nishimura
  Cc: Greg Thelen, Pavel Emelyanov, KAMEZAWA Hiroyuki, Andrew Morton,
	Li Zefan, linux-mm, linux-kernel, trivial

* nishimura@mxp.nes.nec.co.jp <nishimura@mxp.nes.nec.co.jp> [2010-03-11 09:32:26]:

> On Wed, 10 Mar 2010 13:05:17 -0800, Greg Thelen <gthelen@google.com> wrote:
> > Change refill_stock() comment: s/consumt_stock()/consume_stock()/
> > 
> > Signed-off-by: Greg Thelen <gthelen@google.com>
> Acked-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
>

Thanks for catching and fixing this.
 
-- 
	Three Cheers,
	Balbir

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] mm: fix typo in refill_stock() comment
  2010-03-11  4:45   ` Balbir Singh
@ 2010-03-15 14:20     ` Jiri Kosina
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2010-03-15 14:20 UTC (permalink / raw)
  To: Balbir Singh
  Cc: Daisuke Nishimura, Greg Thelen, Pavel Emelyanov,
	KAMEZAWA Hiroyuki, Andrew Morton, Li Zefan, linux-mm,
	linux-kernel

On Thu, 11 Mar 2010, Balbir Singh wrote:

> > > Change refill_stock() comment: s/consumt_stock()/consume_stock()/
> > > 
> > > Signed-off-by: Greg Thelen <gthelen@google.com>
> > Acked-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
> >
> 
> Thanks for catching and fixing this.

I have picked that up into my queue.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2010-03-15 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 21:05 [PATCH] mm: fix typo in refill_stock() comment Greg Thelen
2010-03-11  0:32 ` Daisuke Nishimura
2010-03-11  4:45   ` Balbir Singh
2010-03-15 14:20     ` Jiri Kosina

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