Commit 07723a41 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Vlastimil Babka
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20251113084022.1255121-12-hch@lst.de


Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent 0cab6873
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
// 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.