All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* + mm-zbud-fix-some-trivial-typos-in-comments.patch added to -mm tree
@ 2013-08-08 22:26 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-08-08 22:26 UTC (permalink / raw
  To: mm-commits, sjenning, wujianguo

Subject: + mm-zbud-fix-some-trivial-typos-in-comments.patch added to -mm tree
To: wujianguo@huawei.com,sjenning@linux.vnet.ibm.com
From: akpm@linux-foundation.org
Date: Thu, 08 Aug 2013 15:26:45 -0700


The patch titled
     Subject: mm/zbud: fix some trivial typos in comments
has been added to the -mm tree.  Its filename is
     mm-zbud-fix-some-trivial-typos-in-comments.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-zbud-fix-some-trivial-typos-in-comments.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-zbud-fix-some-trivial-typos-in-comments.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Jianguo Wu <wujianguo@huawei.com>
Subject: mm/zbud: fix some trivial typos in comments

Signed-off-by: Jianguo Wu <wujianguo@huawei.com>
Cc: Seth Jennings <sjenning@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/zbud.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN mm/zbud.c~mm-zbud-fix-some-trivial-typos-in-comments mm/zbud.c
--- a/mm/zbud.c~mm-zbud-fix-some-trivial-typos-in-comments
+++ a/mm/zbud.c
@@ -16,7 +16,7 @@
  *
  * zbud works by storing compressed pages, or "zpages", together in pairs in a
  * single memory page called a "zbud page".  The first buddy is "left
- * justifed" at the beginning of the zbud page, and the last buddy is "right
+ * justified" at the beginning of the zbud page, and the last buddy is "right
  * justified" at the end of the zbud page.  The benefit is that if either
  * buddy is freed, the freed buddy space, coalesced with whatever slack space
  * that existed between the buddies, results in the largest possible free region
@@ -243,7 +243,7 @@ void zbud_destroy_pool(struct zbud_pool
  * gfp should not set __GFP_HIGHMEM as highmem pages cannot be used
  * as zbud pool pages.
  *
- * Return: 0 if success and handle is set, otherwise -EINVAL is the size or
+ * Return: 0 if success and handle is set, otherwise -EINVAL if the size or
  * gfp arguments are invalid or -ENOMEM if the pool was unable to allocate
  * a new page.
  */
_

Patches currently in -mm which might be from wujianguo@huawei.com are

mm-mempolicy-return-null-if-node-is-numa_no_node-in-get_task_policy.patch
mm-zbud-fix-some-trivial-typos-in-comments.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-08 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 22:26 + mm-zbud-fix-some-trivial-typos-in-comments.patch added to -mm tree akpm

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.