All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mm-memblock-fix-a-typo-in-a-comment.patch removed from -mm tree
@ 2016-08-08 20:15 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-08-08 20:15 UTC (permalink / raw)
  To: kuleshovmail, mm-commits


The patch titled
     Subject: mm/memblock: fix a typo in a comment
has been removed from the -mm tree.  Its filename was
     mm-memblock-fix-a-typo-in-a-comment.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Alexander Kuleshov <kuleshovmail@gmail.com>
Subject: mm/memblock: fix a typo in a comment

s/accomodate/accommodate

Link: http://lkml.kernel.org/r/20160804121824.18100-1-kuleshovmail@gmail.com
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

diff -puN mm/memblock.c~mm-memblock-fix-a-typo-in-a-comment mm/memblock.c
--- a/mm/memblock.c~mm-memblock-fix-a-typo-in-a-comment
+++ a/mm/memblock.c
@@ -482,7 +482,7 @@ static void __init_memblock memblock_mer
  * @flags:	flags of the new region
  *
  * Insert new memblock region [@base,@base+@size) into @type at @idx.
- * @type must already have extra room to accomodate the new region.
+ * @type must already have extra room to accommodate the new region.
  */
 static void __init_memblock memblock_insert_region(struct memblock_type *type,
 						   int idx, phys_addr_t base,
@@ -544,7 +544,7 @@ repeat:
 	/*
 	 * The following is executed twice.  Once with %false @insert and
 	 * then with %true.  The first counts the number of regions needed
-	 * to accomodate the new area.  The second actually inserts them.
+	 * to accommodate the new area.  The second actually inserts them.
 	 */
 	base = obase;
 	nr_new = 0;
_

Patches currently in -mm which might be from kuleshovmail@gmail.com are



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

only message in thread, other threads:[~2016-08-08 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08 20:15 [merged] mm-memblock-fix-a-typo-in-a-comment.patch removed from -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.