diff mbox series

[2/2] mm: remove the filename in the top of file comment in vmalloc.c

Message ID 20201002124035.1539300-3-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [1/2] mm: cleanup the gfp_mask handling in __vmalloc_area_node | expand

Commit Message

Christoph Hellwig Oct. 2, 2020, 12:40 p.m. UTC
No point in having the filename inside the file.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 mm/vmalloc.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 5e3eea8ff952ea..1ae0656c0b3415 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