[PATCH 11/11] mempool: drop the file name in the top of file comment
From: Christoph Hellwig
Date: Thu Nov 13 2025 - 03:41:49 EST
Mentioning the name of the file is redundant, so drop it.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
mm/mempool.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/mm/mempool.c b/mm/mempool.c
index 448ff2e578a0..e14d1cf46c72 100644
--- a/mm/mempool.c
+++ b/mm/mempool.c
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * linux/mm/mempool.c
- *
* memory buffer pool support. Such pools are mostly used
* for guaranteed, deadlock-free memory allocations during
* extreme VM load.
--
2.47.3