From 07723a41eee9525a90d027f7ca49d33fcd47e775 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 13 Nov 2025 09:39:52 +0100 Subject: [PATCH] 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 --- mm/mempool.c | 2 -- 1 file changed, 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. -- 2.47.3