aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Yang <[email protected]>2024-06-19 01:06:11 +0000
committerAndrew Morton <[email protected]>2024-07-03 19:30:19 -0700
commitb719efa22d1ebe00ca7f9cfa80e5222e12a2dbfd (patch)
treed7990be2ae8d5098dc69804c792318acbf1f3ba0
parent64e0ba3948ddb99246e8f3c2c34a67be324220db (diff)
mm/page_alloc: fix a typo in comment about GFP flag
The GFP flags used to choose the zonelist is __GFP_THISNODE. Let's change it to what exactly it should be. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Wei Yang <[email protected]> Acked-by: Mike Rapoport (IBM) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index ee3b370f85c5..299d09accf1f 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -5242,7 +5242,7 @@ static void build_zonelists_in_node_order(pg_data_t *pgdat, int *node_order,
}
/*
- * Build gfp_thisnode zonelists
+ * Build __GFP_THISNODE zonelists
*/
static void build_thisnode_zonelists(pg_data_t *pgdat)
{