diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-11 18:33:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 10:57:58 -0700 |
commit | eaf444deed482f908395defa4d9b67ce55b72208 (patch) | |
tree | c07cf7c896ea22b225b23eeb6b44570631e31741 /mm/migrate.c | |
parent | a1a0aea592c1ef05283bc7af8d66ac3de87b2e07 (diff) | |
download | linux-stable-eaf444deed482f908395defa4d9b67ce55b72208.tar.gz linux-stable-eaf444deed482f908395defa4d9b67ce55b72208.tar.bz2 linux-stable-eaf444deed482f908395defa4d9b67ce55b72208.zip |
mm/migrate.c: delete duplicated word
Drop the repeated word "and".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Link: http://lkml.kernel.org/r/20200801173822.14973-8-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/migrate.c')
-rw-r--r-- | mm/migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/migrate.c b/mm/migrate.c index 5ea275878383..52896b4921a7 100644 --- a/mm/migrate.c +++ b/mm/migrate.c @@ -2667,7 +2667,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. |