summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2025-11-13 09:39:52 +0100
committerVlastimil Babka <vbabka@suse.cz>2025-11-23 12:30:40 +0100
commit07723a41eee9525a90d027f7ca49d33fcd47e775 (patch)
treebbb0f1791f5c6f57297a2619e6068b6f69d57d2f /mm
parent0cab6873b7305abdd0acd95ee8cfa56b983500da (diff)
mempool: drop the file name in the top of file comment
Mentioning the name of the file is redundant, so drop it. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://patch.msgid.link/20251113084022.1255121-12-hch@lst.de Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'mm')
-rw-r--r--mm/mempool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/mempool.c b/mm/mempool.c
index 89ab7bba5c9c..efb383a94a28 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.