diff mbox series

[07/15] mm: migrate.c: delete duplicated word

Message ID 20200801173822.14973-8-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series mm: delete duplicated words and fix typos | expand

Commit Message

Randy Dunlap Aug. 1, 2020, 5:38 p.m. UTC
Drop the repeated word "and".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
To: linux-mm@kvack.org
---
 mm/migrate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200731.orig/mm/migrate.c
+++ linux-next-20200731/mm/migrate.c
@@ -2709,7 +2709,7 @@  restore:
 
 /**
  * migrate_vma_setup() - prepare to migrate a range of memory
- * @args: contains the vma, start, and and pfns arrays for the migration
+ * @args: contains the vma, start, and pfns arrays for the migration
  *
  * Returns: negative errno on failures, 0 when 0 or more pages were migrated
  * without an error.