All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [PATCH 02/16] ocfs2: fixed typo
       [not found] <1287235165-27841-1-git-send-email-andrea.gelmini@gelma.net>
@ 2010-10-16 13:19 ` Andrea Gelmini
  2010-10-18 20:11   ` Joel Becker
       [not found] ` <1287235165-27841-11-git-send-email-andrea.gelmini@gelma.net>
  1 sibling, 1 reply; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-16 13:19 UTC (permalink / raw)
  To: ocfs2-devel

"vaild"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 fs/ocfs2/cluster/tcp_internal.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ocfs2/cluster/tcp_internal.h b/fs/ocfs2/cluster/tcp_internal.h
index 96fa7eb..15fdbdf 100644
--- a/fs/ocfs2/cluster/tcp_internal.h
+++ b/fs/ocfs2/cluster/tcp_internal.h
@@ -129,7 +129,7 @@ struct o2net_node {
 
 struct o2net_sock_container {
 	struct kref		sc_kref;
-	/* the next two are vaild for the life time of the sc */
+	/* the next two are valid for the life time of the sc */
 	struct socket		*sc_sock;
 	struct o2nm_node	*sc_node;
 
-- 
1.7.3.1.181.g784b8

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

* Re: [PATCH 11/16] mm: fixed typos
       [not found] ` <1287235165-27841-11-git-send-email-andrea.gelmini@gelma.net>
@ 2010-10-18  0:26     ` KOSAKI Motohiro
  0 siblings, 0 replies; 7+ messages in thread
From: KOSAKI Motohiro @ 2010-10-18  0:26 UTC (permalink / raw)
  To: Andrea Gelmini
  Cc: kosaki.motohiro, gelma, Tejun Heo, David Howells,
	Christoph Lameter, Andrew Morton, Rik van Riel, Mel Gorman,
	Minchan Kim, LKML, linux-mm

> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  mm/percpu.c |    2 +-
>  mm/vmscan.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mm/percpu.c b/mm/percpu.c
> index c76ef38..8b9aa45 100644
> --- a/mm/percpu.c
> +++ b/mm/percpu.c
> @@ -31,7 +31,7 @@
>   * as small as 4 bytes.  The allocator organizes chunks into lists
>   * according to free size and tries to allocate from the fullest one.
>   * Each chunk keeps the maximum contiguous area size hint which is
> - * guaranteed to be eqaul to or larger than the maximum contiguous
> + * guaranteed to be equal to or larger than the maximum contiguous
>   * area in the chunk.  This helps the allocator not to iterate the
>   * chunk maps unnecessarily.
>   *
> diff --git a/mm/vmscan.c b/mm/vmscan.c
> index c5dfabf..08823c4 100644
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -79,7 +79,7 @@ struct scan_control {
>  	int order;
>  
>  	/*
> -	 * Intend to reclaim enough contenious memory rather than to reclaim
> +	 * Intend to reclaim enough contiguous memory rather than to reclaim
>  	 * enough amount memory. I.e, it's the mode for high order allocation.
>  	 */
>  	bool lumpy_reclaim_mode;

Please cc lkml and linux-mm when you post any patch. (I've added them)
but anyway, this looks good.

thanks.



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

* Re: [PATCH 11/16] mm: fixed typos
@ 2010-10-18  0:26     ` KOSAKI Motohiro
  0 siblings, 0 replies; 7+ messages in thread
From: KOSAKI Motohiro @ 2010-10-18  0:26 UTC (permalink / raw)
  To: Andrea Gelmini
  Cc: kosaki.motohiro, gelma, Tejun Heo, David Howells,
	Christoph Lameter, Andrew Morton, Rik van Riel, Mel Gorman,
	Minchan Kim, LKML, linux-mm

> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  mm/percpu.c |    2 +-
>  mm/vmscan.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mm/percpu.c b/mm/percpu.c
> index c76ef38..8b9aa45 100644
> --- a/mm/percpu.c
> +++ b/mm/percpu.c
> @@ -31,7 +31,7 @@
>   * as small as 4 bytes.  The allocator organizes chunks into lists
>   * according to free size and tries to allocate from the fullest one.
>   * Each chunk keeps the maximum contiguous area size hint which is
> - * guaranteed to be eqaul to or larger than the maximum contiguous
> + * guaranteed to be equal to or larger than the maximum contiguous
>   * area in the chunk.  This helps the allocator not to iterate the
>   * chunk maps unnecessarily.
>   *
> diff --git a/mm/vmscan.c b/mm/vmscan.c
> index c5dfabf..08823c4 100644
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -79,7 +79,7 @@ struct scan_control {
>  	int order;
>  
>  	/*
> -	 * Intend to reclaim enough contenious memory rather than to reclaim
> +	 * Intend to reclaim enough contiguous memory rather than to reclaim
>  	 * enough amount memory. I.e, it's the mode for high order allocation.
>  	 */
>  	bool lumpy_reclaim_mode;

Please cc lkml and linux-mm when you post any patch. (I've added them)
but anyway, this looks good.

thanks.


--
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] 7+ messages in thread

* Re: [PATCH 11/16] mm: fixed typos
  2010-10-18  0:26     ` KOSAKI Motohiro
@ 2010-10-18 12:40       ` Andrea Gelmini
  -1 siblings, 0 replies; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-18 12:40 UTC (permalink / raw)
  To: KOSAKI Motohiro
  Cc: Tejun Heo, David Howells, Christoph Lameter, Andrew Morton,
	Rik van Riel, Mel Gorman, Minchan Kim, LKML, linux-mm

2010/10/18 KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>:

Hi Motohiro,
    and thanks a lot for your answer.

> Please cc lkml and linux-mm when you post any patch. (I've added them)
> but anyway, this looks good.

   Some people are bothered by trivial patches in mailing list.
   So I try to contact direct maintainer in first place. After few
months, if I have no
   signs, I re-send to mailing list.
   Anyway, now I send this one in lkml.

Thanks a lot,
Andrea

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

* Re: [PATCH 11/16] mm: fixed typos
@ 2010-10-18 12:40       ` Andrea Gelmini
  0 siblings, 0 replies; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-18 12:40 UTC (permalink / raw)
  To: KOSAKI Motohiro
  Cc: Tejun Heo, David Howells, Christoph Lameter, Andrew Morton,
	Rik van Riel, Mel Gorman, Minchan Kim, LKML, linux-mm

2010/10/18 KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>:

Hi Motohiro,
    and thanks a lot for your answer.

> Please cc lkml and linux-mm when you post any patch. (I've added them)
> but anyway, this looks good.

   Some people are bothered by trivial patches in mailing list.
   So I try to contact direct maintainer in first place. After few
months, if I have no
   signs, I re-send to mailing list.
   Anyway, now I send this one in lkml.

Thanks a lot,
Andrea

--
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] 7+ messages in thread

* [Ocfs2-devel] [PATCH 02/16] ocfs2: fixed typo
  2010-10-16 13:19 ` [Ocfs2-devel] [PATCH 02/16] ocfs2: fixed typo Andrea Gelmini
@ 2010-10-18 20:11   ` Joel Becker
  2010-10-18 20:16     ` Andrea Gelmini
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Becker @ 2010-10-18 20:11 UTC (permalink / raw)
  To: ocfs2-devel

On Sat, Oct 16, 2010 at 03:19:12PM +0200, Andrea Gelmini wrote:
> "vaild"
> 
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>

Acked-by: Joel Becker <joel.becker@oracle.com>

Did you want to push this yourself, or do you want me to take it via the
ocfs2.git tree?

Joel

-- 

"Ninety feet between bases is perhaps as close as man has ever come
 to perfection."
	- Red Smith

Joel Becker
Consulting Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127

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

* [Ocfs2-devel] [PATCH 02/16] ocfs2: fixed typo
  2010-10-18 20:11   ` Joel Becker
@ 2010-10-18 20:16     ` Andrea Gelmini
  0 siblings, 0 replies; 7+ messages in thread
From: Andrea Gelmini @ 2010-10-18 20:16 UTC (permalink / raw)
  To: ocfs2-devel

2010/10/18 Joel Becker <Joel.Becker@oracle.com>:

Hi Joel,
    thanks a lot for your answer.

> Did you want to push this yourself, or do you want me to take it via the
> ocfs2.git tree?

As you prefer.

Thanks a lot,
Andrea

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

end of thread, other threads:[~2010-10-18 20:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1287235165-27841-1-git-send-email-andrea.gelmini@gelma.net>
2010-10-16 13:19 ` [Ocfs2-devel] [PATCH 02/16] ocfs2: fixed typo Andrea Gelmini
2010-10-18 20:11   ` Joel Becker
2010-10-18 20:16     ` Andrea Gelmini
     [not found] ` <1287235165-27841-11-git-send-email-andrea.gelmini@gelma.net>
2010-10-18  0:26   ` [PATCH 11/16] mm: fixed typos KOSAKI Motohiro
2010-10-18  0:26     ` KOSAKI Motohiro
2010-10-18 12:40     ` Andrea Gelmini
2010-10-18 12:40       ` Andrea Gelmini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.