diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-11 18:32:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 10:57:58 -0700 |
commit | a1c1dbeb2e1a995c374d4954b36269070725f3a0 (patch) | |
tree | 890f5fba5c27bdef32a9bfa299481c4b224631fc | |
parent | 6f8c00ff5aa88c847af9af35131d72fae480b566 (diff) | |
download | linux-stable-a1c1dbeb2e1a995c374d4954b36269070725f3a0.tar.gz linux-stable-a1c1dbeb2e1a995c374d4954b36269070725f3a0.tar.bz2 linux-stable-a1c1dbeb2e1a995c374d4954b36269070725f3a0.zip |
mm/compaction.c: delete duplicated word
Drop the repeated word "a".
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-2-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/compaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/compaction.c b/mm/compaction.c index 5e8f2e22b73e..b89581bf859c 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -1477,7 +1477,7 @@ static void isolate_freepages(struct compact_control *cc) * this pfn aligned down to the pageblock boundary, because we do * block_start_pfn -= pageblock_nr_pages in the for loop. * For ending point, take care when isolating in last pageblock of a - * a zone which ends in the middle of a pageblock. + * zone which ends in the middle of a pageblock. * The low boundary is the end of the pageblock the migration scanner * is using. */ |