From: Christoph Hellwig Date: Thu, 13 Nov 2025 08:39:52 +0000 (+0100) Subject: mempool: drop the file name in the top of file comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07723a41eee9525a90d027f7ca49d33fcd47e775;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20251113084022.1255121-12-hch@lst.de Signed-off-by: Vlastimil Babka --- diff --git a/mm/mempool.c b/mm/mempool.c index 89ab7bba5c9c1..efb383a94a28b 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.