From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-mm@kvack.org, Davidlohr Bueso <dave@stgolabs.net>,
linux-kernel@vger.kernel.org, Joonsoo Kim <js1304@gmail.com>,
Christoph Hellwig <hch@lst.de>, Leon Romanovsky <leon@leon.nu>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Andrea Arcangeli <aarcange@redhat.com>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH v2] mm: nommu: fix typos in comment blocks
Date: Mon, 6 Jul 2015 15:25:26 -0400 [thread overview]
Message-ID: <20150706192525.GA16724@windriver.com> (raw)
In-Reply-To: <1436155277-21769-1-git-send-email-yamada.masahiro@socionext.com>
[[PATCH v2] mm: nommu: fix typos in comment blocks] On 06/07/2015 (Mon 13:01) Masahiro Yamada wrote:
> continguos -> contiguous
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
I'd suggested this go via the trivial tree, but instead I see it is in
my inbox now, and still in everyone else's inbox, and yet not Cc'd to
the trivial tree, which leaves me confused...
Paul.
--
> ---
>
> Changes in v2:
> - Remove '.' from the end of the subject
>
> mm/nommu.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/mm/nommu.c b/mm/nommu.c
> index 58ea364..0b34f40 100644
> --- a/mm/nommu.c
> +++ b/mm/nommu.c
> @@ -324,12 +324,12 @@ long vwrite(char *buf, char *addr, unsigned long count)
> }
>
> /*
> - * vmalloc - allocate virtually continguos memory
> + * vmalloc - allocate virtually contiguous memory
> *
> * @size: allocation size
> *
> * Allocate enough pages to cover @size from the page level
> - * allocator and map them into continguos kernel virtual space.
> + * allocator and map them into contiguous kernel virtual space.
> *
> * For tight control over page level allocator and protection flags
> * use __vmalloc() instead.
> @@ -341,12 +341,12 @@ void *vmalloc(unsigned long size)
> EXPORT_SYMBOL(vmalloc);
>
> /*
> - * vzalloc - allocate virtually continguos memory with zero fill
> + * vzalloc - allocate virtually contiguous memory with zero fill
> *
> * @size: allocation size
> *
> * Allocate enough pages to cover @size from the page level
> - * allocator and map them into continguos kernel virtual space.
> + * allocator and map them into contiguous kernel virtual space.
> * The memory allocated is set to zero.
> *
> * For tight control over page level allocator and protection flags
> @@ -420,7 +420,7 @@ void *vmalloc_exec(unsigned long size)
> * @size: allocation size
> *
> * Allocate enough 32bit PA addressable pages to cover @size from the
> - * page level allocator and map them into continguos kernel virtual space.
> + * page level allocator and map them into contiguous kernel virtual space.
> */
> void *vmalloc_32(unsigned long size)
> {
> --
> 1.9.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>
WARNING: multiple messages have this Message-ID (diff)
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: <linux-mm@kvack.org>, Davidlohr Bueso <dave@stgolabs.net>,
<linux-kernel@vger.kernel.org>, Joonsoo Kim <js1304@gmail.com>,
Christoph Hellwig <hch@lst.de>, Leon Romanovsky <leon@leon.nu>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Andrea Arcangeli <aarcange@redhat.com>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH v2] mm: nommu: fix typos in comment blocks
Date: Mon, 6 Jul 2015 15:25:26 -0400 [thread overview]
Message-ID: <20150706192525.GA16724@windriver.com> (raw)
In-Reply-To: <1436155277-21769-1-git-send-email-yamada.masahiro@socionext.com>
[[PATCH v2] mm: nommu: fix typos in comment blocks] On 06/07/2015 (Mon 13:01) Masahiro Yamada wrote:
> continguos -> contiguous
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
I'd suggested this go via the trivial tree, but instead I see it is in
my inbox now, and still in everyone else's inbox, and yet not Cc'd to
the trivial tree, which leaves me confused...
Paul.
--
> ---
>
> Changes in v2:
> - Remove '.' from the end of the subject
>
> mm/nommu.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/mm/nommu.c b/mm/nommu.c
> index 58ea364..0b34f40 100644
> --- a/mm/nommu.c
> +++ b/mm/nommu.c
> @@ -324,12 +324,12 @@ long vwrite(char *buf, char *addr, unsigned long count)
> }
>
> /*
> - * vmalloc - allocate virtually continguos memory
> + * vmalloc - allocate virtually contiguous memory
> *
> * @size: allocation size
> *
> * Allocate enough pages to cover @size from the page level
> - * allocator and map them into continguos kernel virtual space.
> + * allocator and map them into contiguous kernel virtual space.
> *
> * For tight control over page level allocator and protection flags
> * use __vmalloc() instead.
> @@ -341,12 +341,12 @@ void *vmalloc(unsigned long size)
> EXPORT_SYMBOL(vmalloc);
>
> /*
> - * vzalloc - allocate virtually continguos memory with zero fill
> + * vzalloc - allocate virtually contiguous memory with zero fill
> *
> * @size: allocation size
> *
> * Allocate enough pages to cover @size from the page level
> - * allocator and map them into continguos kernel virtual space.
> + * allocator and map them into contiguous kernel virtual space.
> * The memory allocated is set to zero.
> *
> * For tight control over page level allocator and protection flags
> @@ -420,7 +420,7 @@ void *vmalloc_exec(unsigned long size)
> * @size: allocation size
> *
> * Allocate enough 32bit PA addressable pages to cover @size from the
> - * page level allocator and map them into continguos kernel virtual space.
> + * page level allocator and map them into contiguous kernel virtual space.
> */
> void *vmalloc_32(unsigned long size)
> {
> --
> 1.9.1
>
next prev parent reply other threads:[~2015-07-06 19:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 4:01 [PATCH v2] mm: nommu: fix typos in comment blocks Masahiro Yamada
2015-07-06 4:01 ` Masahiro Yamada
2015-07-06 14:37 ` Paul Gortmaker
2015-07-06 14:37 ` Paul Gortmaker
2015-07-06 15:19 ` Masahiro Yamada
2015-07-06 15:19 ` Masahiro Yamada
2015-07-06 19:25 ` Paul Gortmaker [this message]
2015-07-06 19:25 ` Paul Gortmaker
2015-07-07 1:22 ` Masahiro Yamada
2015-07-07 1:22 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150706192525.GA16724@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=dave@stgolabs.net \
--cc=hch@lst.de \
--cc=js1304@gmail.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=leon@leon.nu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=peterz@infradead.org \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.