summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-10-08 11:54:37 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2020-10-16 15:52:10 +1100
commiteabe1a9ae237b94084a6e9901c32eb9d5dff10b0 (patch)
tree53bf58fd5d434fce3460fb3083e9e47092205a92 /mm
parent38f7921e8308446234d46d7661f4672a4542f727 (diff)
downloadlinux-next-eabe1a9ae237b94084a6e9901c32eb9d5dff10b0.tar.gz
mm: remove the filename in the top of file comment in vmalloc.c
No point in having the filename inside the file. Link: https://lkml.kernel.org/r/20201002124035.1539300-3-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Uladzislau Rezki (Sony) <urezki@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'mm')
-rw-r--r--mm/vmalloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index acd11d3b8667..6ae491a8b210 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 <tigran@veritas.com>, May 2000