2010-06-18 11:08:04

by Kulikov Vasiliy

[permalink] [raw]
Subject: [PATCH] Documentation/sysctl/vm.txt typo

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.

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


2010-06-18 14:24:53

by Nick Bowler

[permalink] [raw]
Subject: Re: [PATCH] Documentation/sysctl/vm.txt typo

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

2010-06-18 22:40:41

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation/sysctl/vm.txt typo

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 ***

2010-06-25 11:06:28

by Kulikov Vasiliy

[permalink] [raw]
Subject: Re: [PATCH] Documentation/sysctl/vm.txt typo

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.

2010-06-25 11:08:09

by Kulikov Vasiliy

[permalink] [raw]
Subject: [PATCH v2] Documentation/sysctl/vm.txt typo

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.

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

2010-06-27 01:33:37

by Minchan Kim

[permalink] [raw]
Subject: Re: [PATCH v2] Documentation/sysctl/vm.txt typo

Hello.

On Fri, Jun 25, 2010 at 8:08 PM, Kulikov Vasiliy <[email protected]> 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

2010-06-27 03:51:16

by Kulikov Vasiliy

[permalink] [raw]
Subject: [PATCH v3] Documentation/sysctl/vm.txt typo

Fix trivial typo: duplicated word.

Signed-off-by: Kulikov Vasiliy <[email protected]>

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.

?==============================================================

2010-06-27 20:07:29

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH v3] Documentation/sysctl/vm.txt typo

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

> Fix trivial typo: duplicated word.
>
> Signed-off-by: Kulikov Vasiliy <[email protected]>

Thanks.
Acked-by: Randy Dunlap <[email protected]>

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

TRIVIAL PATCHES
M: Jiri Kosina <[email protected]>
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 ***

2010-06-28 12:00:07

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH v3] Documentation/sysctl/vm.txt typo

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 <[email protected]>
>
> Thanks.
> Acked-by: Randy Dunlap <[email protected]>
>
> Kulikov, in the future, please send such small patches to:
>
> TRIVIAL PATCHES
> M: Jiri Kosina <[email protected]>
> 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.