From f63f7e9bfbacf8d948e41a481a14d5a14bbbeb64 Mon Sep 17 00:00:00 2001 From: Xuanye Liu Date: Wed, 2 Jul 2025 14:23:59 +0800 Subject: [PATCH] mm: remove outdated filename comment in percpu-stats.c The comment had the old filename. It's also unnecessary, so drop it. Link: https://lkml.kernel.org/r/20250702062400.207619-1-liuqiye2025@163.com Signed-off-by: Xuanye Liu Signed-off-by: Andrew Morton --- mm/percpu-stats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/percpu-stats.c b/mm/percpu-stats.c index dd3590dfc23d2..9b9d5d6accaed 100644 --- a/mm/percpu-stats.c +++ b/mm/percpu-stats.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * mm/percpu-debug.c * * Copyright (C) 2017 Facebook Inc. * Copyright (C) 2017 Dennis Zhou -- 2.47.2