public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/sysctl/vm.txt typo
@ 2010-06-18 11:07 Kulikov Vasiliy
  2010-06-18 14:22 ` Nick Bowler
  0 siblings, 1 reply; 9+ messages in thread
From: Kulikov Vasiliy @ 2010-06-18 11:07 UTC (permalink / raw)
  To: Randy Dunlap, Andrew Morton, Mel Gorman, Rik van Riel,
	KAMEZAWA Hiroyuki, Minchan Kim, linux-kernel, linux-doc

Fix trivial typo: duplicated word.

--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -196,7 +196,7 @@ controlled by this knob are discussed in
Documentation/laptops/laptop-mode.txt.
 
 legacy_va_layout
 
-If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the
kernel
+If non-zero, this sysctl disables the new 32-bit mmap layout - the
kernel
 will use the legacy (2.4) layout for all processes.
 
 ==============================================================



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

* Re: [PATCH] Documentation/sysctl/vm.txt typo
  2010-06-18 11:07 [PATCH] Documentation/sysctl/vm.txt typo Kulikov Vasiliy
@ 2010-06-18 14:22 ` Nick Bowler
  2010-06-18 22:40   ` Randy Dunlap
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Bowler @ 2010-06-18 14:22 UTC (permalink / raw)
  To: Kulikov Vasiliy
  Cc: Randy Dunlap, Andrew Morton, Mel Gorman, Rik van Riel,
	KAMEZAWA Hiroyuki, Minchan Kim, linux-kernel, linux-doc

On 15:07 Fri 18 Jun     , Kulikov Vasiliy wrote:
> --- a/Documentation/sysctl/vm.txt
> +++ b/Documentation/sysctl/vm.txt
> @@ -196,7 +196,7 @@ controlled by this knob are discussed in
> Documentation/laptops/laptop-mode.txt.
>  
>  legacy_va_layout
>  
> -If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the
> kernel
> +If non-zero, this sysctl disables the new 32-bit mmap layout - the
> kernel
>  will use the legacy (2.4) layout for all processes.

You might want to check your mailer settings: this patch has been
mangled.

-- 
Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)

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

* Re: [PATCH] Documentation/sysctl/vm.txt typo
  2010-06-18 14:22 ` Nick Bowler
@ 2010-06-18 22:40   ` Randy Dunlap
  2010-06-25 11:06     ` Kulikov Vasiliy
  2010-06-25 11:08     ` [PATCH v2] " Kulikov Vasiliy
  0 siblings, 2 replies; 9+ messages in thread
From: Randy Dunlap @ 2010-06-18 22:40 UTC (permalink / raw)
  To: Nick Bowler
  Cc: Kulikov Vasiliy, Andrew Morton, Mel Gorman, Rik van Riel,
	KAMEZAWA Hiroyuki, Minchan Kim, linux-kernel, linux-doc

On Fri, 18 Jun 2010 10:22:52 -0400 Nick Bowler wrote:

> On 15:07 Fri 18 Jun     , Kulikov Vasiliy wrote:
> > --- a/Documentation/sysctl/vm.txt
> > +++ b/Documentation/sysctl/vm.txt
> > @@ -196,7 +196,7 @@ controlled by this knob are discussed in
> > Documentation/laptops/laptop-mode.txt.
> >  
> >  legacy_va_layout
> >  
> > -If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the
> > kernel
> > +If non-zero, this sysctl disables the new 32-bit mmap layout - the
> > kernel
> >  will use the legacy (2.4) layout for all processes.
> 
> You might want to check your mailer settings: this patch has been
> mangled.

Yep.

There are some mail client clues in Documentation/email-clients.txt.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH] Documentation/sysctl/vm.txt typo
  2010-06-18 22:40   ` Randy Dunlap
@ 2010-06-25 11:06     ` Kulikov Vasiliy
  2010-06-25 11:08     ` [PATCH v2] " Kulikov Vasiliy
  1 sibling, 0 replies; 9+ messages in thread
From: Kulikov Vasiliy @ 2010-06-25 11:06 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Nick Bowler, Andrew Morton, Mel Gorman, Rik van Riel,
	KAMEZAWA Hiroyuki, Minchan Kim, linux-kernel, linux-doc

On Fri, Jun 18, 2010 at 15:40 -0700, Randy Dunlap wrote:
> There are some mail client clues in Documentation/email-clients.txt.

Sorry, my mistake.

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

* [PATCH v2] Documentation/sysctl/vm.txt typo
  2010-06-18 22:40   ` Randy Dunlap
  2010-06-25 11:06     ` Kulikov Vasiliy
@ 2010-06-25 11:08     ` Kulikov Vasiliy
  2010-06-27  1:33       ` Minchan Kim
  1 sibling, 1 reply; 9+ messages in thread
From: Kulikov Vasiliy @ 2010-06-25 11:08 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Nick Bowler, Andrew Morton, Mel Gorman, Rik van Riel,
	KAMEZAWA Hiroyuki, Minchan Kim, linux-kernel, linux-doc

Fix trivial typo: duplicated word.

diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 5fdbb61..82b2da1 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -196,7 +196,7 @@ controlled by this knob are discussed in Documentation/laptops/laptop-mode.txt.
 
 legacy_va_layout
 
-If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the kernel
+If non-zero, this sysctl disables the new 32-bit mmap layout - the kernel
 will use the legacy (2.4) layout for all processes.
 
 ==============================================================

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

* Re: [PATCH v2] Documentation/sysctl/vm.txt typo
  2010-06-25 11:08     ` [PATCH v2] " Kulikov Vasiliy
@ 2010-06-27  1:33       ` Minchan Kim
  2010-06-27  3:51         ` [PATCH v3] " Kulikov Vasiliy
  0 siblings, 1 reply; 9+ messages in thread
From: Minchan Kim @ 2010-06-27  1:33 UTC (permalink / raw)
  To: Kulikov Vasiliy
  Cc: Randy Dunlap, Nick Bowler, Andrew Morton, Mel Gorman,
	Rik van Riel, KAMEZAWA Hiroyuki, linux-kernel, linux-doc

Hello.

On Fri, Jun 25, 2010 at 8:08 PM, Kulikov Vasiliy <segooon@gmail.com> wrote:
> Fix trivial typo: duplicated word.
>
> diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
> index 5fdbb61..82b2da1 100644
> --- a/Documentation/sysctl/vm.txt
> +++ b/Documentation/sysctl/vm.txt
> @@ -196,7 +196,7 @@ controlled by this knob are discussed in Documentation/laptops/laptop-mode.txt.
>
>  legacy_va_layout
>
> -If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the kernel
> +If non-zero, this sysctl disables the new 32-bit mmap layout - the kernel
>  will use the legacy (2.4) layout for all processes.
>
>  ==============================================================
>

Please, add your sign.
You can refer 12) in Documentation/SubmittingPatch.

Thanks for your contribution.



-- 
Kind regards,
Minchan Kim

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

* [PATCH v3] Documentation/sysctl/vm.txt typo
  2010-06-27  1:33       ` Minchan Kim
@ 2010-06-27  3:51         ` Kulikov Vasiliy
  2010-06-27 20:07           ` Randy Dunlap
  0 siblings, 1 reply; 9+ messages in thread
From: Kulikov Vasiliy @ 2010-06-27  3:51 UTC (permalink / raw)
  To: Minchan Kim
  Cc: Randy Dunlap, Nick Bowler, Andrew Morton, Mel Gorman,
	Rik van Riel, KAMEZAWA Hiroyuki, linux-kernel, linux-doc

Fix trivial typo: duplicated word.

Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>

diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 5fdbb61..82b2da1 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -196,7 +196,7 @@ controlled by this knob are discussed in Documentation/laptops/laptop-mode.txt.

 legacy_va_layout

-If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the kernel
+If non-zero, this sysctl disables the new 32-bit mmap layout - the kernel
 will use the legacy (2.4) layout for all processes.

 ==============================================================


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

* Re: [PATCH v3] Documentation/sysctl/vm.txt typo
  2010-06-27  3:51         ` [PATCH v3] " Kulikov Vasiliy
@ 2010-06-27 20:07           ` Randy Dunlap
  2010-06-28 11:59             ` Jiri Kosina
  0 siblings, 1 reply; 9+ messages in thread
From: Randy Dunlap @ 2010-06-27 20:07 UTC (permalink / raw)
  To: Kulikov Vasiliy, Jiri Kosina
  Cc: Minchan Kim, Nick Bowler, Andrew Morton, Mel Gorman, Rik van Riel,
	KAMEZAWA Hiroyuki, linux-kernel, linux-doc

On Sun, 27 Jun 2010 07:51:06 +0400 Kulikov Vasiliy wrote:

> Fix trivial typo: duplicated word.
> 
> Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>

Thanks.
Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Kulikov, in the future, please send such small patches to:

TRIVIAL PATCHES
M:	Jiri Kosina <trivial@kernel.org>
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
S:	Maintained


Jiri, will you pick this up, please?


> 
> diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
> index 5fdbb61..82b2da1 100644
> --- a/Documentation/sysctl/vm.txt
> +++ b/Documentation/sysctl/vm.txt
> @@ -196,7 +196,7 @@ controlled by this knob are discussed in Documentation/laptops/laptop-mode.txt.
> 
>  legacy_va_layout
> 
> -If non-zero, this sysctl disables the new 32-bit mmap mmap layout - the kernel
> +If non-zero, this sysctl disables the new 32-bit mmap layout - the kernel
>  will use the legacy (2.4) layout for all processes.
> 
>  ==============================================================
> 


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH v3] Documentation/sysctl/vm.txt typo
  2010-06-27 20:07           ` Randy Dunlap
@ 2010-06-28 11:59             ` Jiri Kosina
  0 siblings, 0 replies; 9+ messages in thread
From: Jiri Kosina @ 2010-06-28 11:59 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Kulikov Vasiliy, Minchan Kim, Nick Bowler, Andrew Morton,
	Mel Gorman, Rik van Riel, KAMEZAWA Hiroyuki, linux-kernel,
	linux-doc

On Sun, 27 Jun 2010, Randy Dunlap wrote:

> On Sun, 27 Jun 2010 07:51:06 +0400 Kulikov Vasiliy wrote:
> 
> > Fix trivial typo: duplicated word.
> > 
> > Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
> 
> Thanks.
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
> 
> Kulikov, in the future, please send such small patches to:
> 
> TRIVIAL PATCHES
> M:	Jiri Kosina <trivial@kernel.org>
> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
> S:	Maintained
> 
> 
> Jiri, will you pick this up, please?

Yup, applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2010-06-28 12:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 11:07 [PATCH] Documentation/sysctl/vm.txt typo Kulikov Vasiliy
2010-06-18 14:22 ` Nick Bowler
2010-06-18 22:40   ` Randy Dunlap
2010-06-25 11:06     ` Kulikov Vasiliy
2010-06-25 11:08     ` [PATCH v2] " Kulikov Vasiliy
2010-06-27  1:33       ` Minchan Kim
2010-06-27  3:51         ` [PATCH v3] " Kulikov Vasiliy
2010-06-27 20:07           ` Randy Dunlap
2010-06-28 11:59             ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox