mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 08:01:12 +02:00
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 <zhangguopeng@kylinos.cn> Acked-by: Harry Yoo (Oracle) <harry@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
253ed912fe
commit
4ac732c370
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user