Skip to content

Commit

Permalink
mm-page_alloc-fix-memory-map-initialization-for-descending-nodes-chec…
Browse files Browse the repository at this point in the history
…kpatch-fixes

WARNING: Possible repeated word: 'is'
torvalds#183: FILE: mm/page_alloc.c:6570:
+	 * for FLATMEM it is is nop anyway

Cc: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
akpm00 authored and sfrothwell committed Jun 25, 2021
1 parent 401b9c2 commit 92e5d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Expand Up @@ -6567,7 +6567,7 @@ static void __init memmap_init(void)
* node.
* The call to init_unavailable_range() is outside the ifdef to
* silence the compiler warining about zone_id set but not used;
* for FLATMEM it is is nop anyway
* for FLATMEM it is a nop anyway
*/
end_pfn = round_up(end_pfn, PAGES_PER_SECTION);
if (hole_pfn < end_pfn)
Expand Down

0 comments on commit 92e5d20

Please sign in to comment.