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.
==============================================================
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/)
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 ***
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.
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.
==============================================================
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
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.
?==============================================================
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 ***
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.