mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
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>
This commit is contained in:
parent
0cab6873b7
commit
07723a41ee
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue