From: Christoph Hellwig Date: Sat, 17 Oct 2020 23:15:46 +0000 (-0700) Subject: mm: remove the filename in the top of file comment in vmalloc.c X-Git-Tag: v5.10-rc1~87^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b71df8de41d2d2cdea6c8d2756cea2d91d517596;p=thirdparty%2Flinux.git mm: remove the filename in the top of file comment in vmalloc.c No point in having the filename inside the file. Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Cc: Uladzislau Rezki (Sony) Link: https://lkml.kernel.org/r/20201002124035.1539300-3-hch@lst.de Signed-off-by: Linus Torvalds --- diff --git a/mm/vmalloc.c b/mm/vmalloc.c index acd11d3b86678..6ae491a8b210f 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * linux/mm/vmalloc.c - * * Copyright (C) 1993 Linus Torvalds * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian , May 2000