From 4ac732c3705c218ce5da83cd6a4597b0e5f7df51 Mon Sep 17 00:00:00 2001 From: Guopeng Zhang Date: Tue, 23 Jun 2026 16:26:14 +0800 Subject: [PATCH] mm: memcg: remove stray text from obj_stock_pcp comment A patch filename was accidentally inserted into the comment describing the nr_bytes field of struct obj_stock_pcp. Remove it. No functional change. Link: https://lore.kernel.org/20260623082614.81621-1-guopeng.zhang@linux.dev Signed-off-by: Guopeng Zhang Acked-by: Harry Yoo (Oracle) Signed-off-by: Andrew Morton --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 5e06109f1f66..d20ffc827306 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -2039,7 +2039,7 @@ struct obj_stock_pcp { /* * On rare archs with 256KiB base page size (hexagon and powerpc 44x) * keep nr_bytes to unsigned int as uint16_t cannot represent the full -e patches/memcg-uint16_t-for-nr_bytes-in-obj_stock_pcp.patch * sub-page remainder. Such archs are not cacheline optimization target. + * sub-page remainder. Such archs are not cacheline optimization targets. */ unsigned int nr_bytes[NR_OBJ_STOCK]; #else