[PATCH] mm: remove the filename in the top of file comment in vmscan.c

From: logic.yu
Date: Sun Nov 15 2020 - 09:15:57 EST


No point in having the filename inside the file.

Signed-off-by: logic.yu <hymmsx.yu@xxxxxxxxx>
---
mm/vmscan.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 1b8f0e059767..16b9d82a7941 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * linux/mm/vmscan.c
- *
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*
* Swap reorganised 29.12.95, Stephen Tweedie.
--
2.17.1