]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mempool: drop the file name in the top of file comment
authorChristoph Hellwig <hch@lst.de>
Thu, 13 Nov 2025 08:39:52 +0000 (09:39 +0100)
committerVlastimil Babka <vbabka@suse.cz>
Sun, 23 Nov 2025 11:30:40 +0000 (12:30 +0100)
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>
mm/mempool.c

index 89ab7bba5c9c159b64f07c600641093542e6bbbf..efb383a94a28b4e7bcdcb8ffaac17323e7bdcfcd 100644 (file)
@@ -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.